Skip to content

Commit 90ead36

Browse files
committed
Merge branch 'stable'
2 parents 29709ab + a4e46d9 commit 90ead36

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Directory.Build.props

+3
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@
3131
<RuntimeIdentifiers>linux-arm;linux-arm64;linux-x64;osx-arm64;osx-x64;win-arm64;win-x64</RuntimeIdentifiers>
3232
<TargetFramework>net9.0</TargetFramework>
3333
<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>
3437
</PropertyGroup>
3538

3639
<PropertyGroup Condition="'$(ASFVariant)' != ''">

0 commit comments

Comments
 (0)