Skip to content

Commit

Permalink
Attempt to resolve #3348
Browse files Browse the repository at this point in the history
  • Loading branch information
JustArchi committed Dec 2, 2024
1 parent 8aa0170 commit ea53975
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@
<RuntimeIdentifiers>linux-arm;linux-arm64;linux-x64;osx-arm64;osx-x64;win-arm64;win-x64</RuntimeIdentifiers>
<TargetFramework>net9.0</TargetFramework>
<TargetLatestRuntimePatch>true</TargetLatestRuntimePatch>

<!-- TODO: Workaround for https://github.com/dotnet/runtime/issues/110000, evaluate if possible to remove later -->
<CETCompat>false</CETCompat>
</PropertyGroup>

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

0 comments on commit ea53975

Please sign in to comment.