We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00068c5 commit 968486dCopy full SHA for 968486d
src/WeihanLi.Common/WeihanLi.Common.csproj
@@ -12,7 +12,7 @@
12
<PropertyGroup>
13
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
14
<!-- https://learn.microsoft.com/en-us/visualstudio/msbuild/property-functions?view=vs-2022#msbuild-targetframework-and-targetplatform-functions -->
15
- <IsAotCompatible>$([MSBuild]::IsTargetFrameworkCompatible('$(TargetFramework)', 'net10.0'))</IsAotCompatible>
+ <IsAotCompatible>$([MSBuild]::IsTargetFrameworkCompatible('$(TargetFramework)', 'net8.0'))</IsAotCompatible>
16
<!-- DynamicallyAccessedMembers not included by default https://github.com/Sergio0694/PolySharp/issues/84#issuecomment-1751772472 -->
17
<PolySharpIncludeRuntimeSupportedAttributes>true</PolySharpIncludeRuntimeSupportedAttributes>
18
</PropertyGroup>
0 commit comments