We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 29709ab + a4e46d9 commit 90ead36Copy full SHA for 90ead36
Directory.Build.props
@@ -31,6 +31,9 @@
31
<RuntimeIdentifiers>linux-arm;linux-arm64;linux-x64;osx-arm64;osx-x64;win-arm64;win-x64</RuntimeIdentifiers>
32
<TargetFramework>net9.0</TargetFramework>
33
<TargetLatestRuntimePatch>true</TargetLatestRuntimePatch>
34
+
35
+ <!-- TODO: Workaround for https://github.com/dotnet/runtime/issues/110000, evaluate if possible to remove later -->
36
+ <CETCompat>false</CETCompat>
37
</PropertyGroup>
38
39
<PropertyGroup Condition="'$(ASFVariant)' != ''">
0 commit comments