Skip to content

Commit

Permalink
Removed IsAotCompatible for now
Browse files Browse the repository at this point in the history
  • Loading branch information
shmuelie committed Dec 28, 2023
1 parent 7f50cd4 commit 306de14
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Shmuelie.WinRTServer/Shmuelie.WinRTServer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
<PackageReleaseNotes>Added support for modern .NET servers.</PackageReleaseNotes>
<LangVersion>12</LangVersion>
<PolySharpIncludeRuntimeSupportedAttributes>true</PolySharpIncludeRuntimeSupportedAttributes>
<IsAotCompatible Condition="'$(TargetFramework)' != 'netstandard2.0'">true</IsAotCompatible>
</PropertyGroup>
<!-- .NET Standard 2.0 polyfill packages -->
<ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.0'">
Expand Down

0 comments on commit 306de14

Please sign in to comment.