Skip to content

Commit 3f26b4c

Browse files
committed
Set UseMonoRuntime=false to workaround WABT restore issue
1 parent 839e74b commit 3f26b4c

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

src/mono/wasi/Wasi.Build.Tests/Directory.Build.props

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,7 @@
2020
<RuntimeIdentifier>$(OutputRID)</RuntimeIdentifier>
2121
<SelfContained>true</SelfContained>
2222
<PublishTrimmed>true</PublishTrimmed>
23+
<!-- TODO: this is necessary to workaround restoring Mono desktop runtime packs, check whether this project really should be self-contained -->
24+
<UseMonoRuntime>false</UseMonoRuntime>
2325
</PropertyGroup>
2426
</Project>

src/mono/wasm/Wasm.Build.Tests/Directory.Build.props

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,7 @@
1919
<PropertyGroup>
2020
<RuntimeIdentifier>$(OutputRID)</RuntimeIdentifier>
2121
<SelfContained>true</SelfContained>
22+
<!-- TODO: this is necessary to workaround restoring Mono desktop runtime packs, check whether this project really should be self-contained -->
23+
<UseMonoRuntime>false</UseMonoRuntime>
2224
</PropertyGroup>
2325
</Project>

0 commit comments

Comments
 (0)