Skip to content

Commit 467f896

Browse files
Fix Blazor WebAssembly Benchmarks (#48820)
1 parent 4aa40d0 commit 467f896

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Components/benchmarkapps/Wasm.Performance/Driver/Wasm.Performance.Driver.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
<SignAssembly>false</SignAssembly>
1010
<IsTestAssetProject>true</IsTestAssetProject>
1111
<RuntimeIdentifier Condition=" '$(DotNetBuildFromSource)' != 'true' ">linux-x64</RuntimeIdentifier>
12+
<SelfContained Condition=" '$(DotNetBuildFromSource)' != 'true' ">true</SelfContained>
1213
<Nullable>annotations</Nullable>
1314
</PropertyGroup>
1415

0 commit comments

Comments
 (0)