Skip to content

Commit

Permalink
Merge pull request #83 from amerkoleci/aot_compatible
Browse files Browse the repository at this point in the history
Add IsAotCompatible to make library AOT friendly.
  • Loading branch information
NoelFB committed Mar 29, 2024
2 parents b77458b + b33adcd commit 2e410ad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Framework/Foster.Framework.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<PackageOutputPath>$(SolutionDir)artifacts/</PackageOutputPath>
<IsAotCompatible>true</IsAotCompatible>
</PropertyGroup>

<PropertyGroup>
Expand Down

0 comments on commit 2e410ad

Please sign in to comment.