Skip to content

Commit

Permalink
Set UseMonoRuntime=false to workaround WABT restore issue
Browse files Browse the repository at this point in the history
  • Loading branch information
akoeplinger committed Nov 21, 2024
1 parent 839e74b commit 3f26b4c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/mono/wasi/Wasi.Build.Tests/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,7 @@
<RuntimeIdentifier>$(OutputRID)</RuntimeIdentifier>
<SelfContained>true</SelfContained>
<PublishTrimmed>true</PublishTrimmed>
<!-- TODO: this is necessary to workaround restoring Mono desktop runtime packs, check whether this project really should be self-contained -->
<UseMonoRuntime>false</UseMonoRuntime>
</PropertyGroup>
</Project>
2 changes: 2 additions & 0 deletions src/mono/wasm/Wasm.Build.Tests/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,7 @@
<PropertyGroup>
<RuntimeIdentifier>$(OutputRID)</RuntimeIdentifier>
<SelfContained>true</SelfContained>
<!-- TODO: this is necessary to workaround restoring Mono desktop runtime packs, check whether this project really should be self-contained -->
<UseMonoRuntime>false</UseMonoRuntime>
</PropertyGroup>
</Project>

0 comments on commit 3f26b4c

Please sign in to comment.