Skip to content

Commit

Permalink
Mark as AOT-compatible
Browse files Browse the repository at this point in the history
  • Loading branch information
bash committed Jan 13, 2025
1 parent f6783fb commit 936e981
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Broccolini/Broccolini.csproj
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>netstandard2.0;net6.0</TargetFrameworks>
<TargetFrameworks>netstandard2.0;net6.0;net8.0</TargetFrameworks>
</PropertyGroup>
<PropertyGroup>
<IsTrimmable>true</IsTrimmable>
</PropertyGroup>
<PropertyGroup Condition="$([MSBuild]::IsTargetFrameworkCompatible('$(TargetFramework)', 'net8.0'))">
<IsAotCompatible>true</IsAotCompatible>
</PropertyGroup>
<PropertyGroup Label="NuGet Packing">
<Version>2.0.0</Version>
<Description>Broccolini is a non-destructive parser for INI files compatible with GetPrivateProfileString.</Description>
Expand Down

0 comments on commit 936e981

Please # to comment.