File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/Components/WebAssembly/BlazorManifest/src Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
<Project >
2
2
<PropertyGroup Condition =" '$(RuntimeIdentifier)' == 'browser-wasm'" >
3
- <UsingBrowserRuntimeWorkload Condition =" '$(RunAOTCompilation)' == 'true' or '$(UsingMicrosoftNETSdkBlazorWebAssembly)'=='false '" >true</UsingBrowserRuntimeWorkload >
3
+ <UsingBrowserRuntimeWorkload Condition =" '$(RunAOTCompilation)' == 'true' or '$(UsingMicrosoftNETSdkBlazorWebAssembly)' != 'true '" >true</UsingBrowserRuntimeWorkload >
4
4
<UsingBrowserRuntimeWorkload Condition =" '$(UsingBrowserRuntimeWorkload)' == ''" >$(WasmNativeWorkload)</UsingBrowserRuntimeWorkload >
5
5
</PropertyGroup >
6
- <PropertyGroup Condition =" '$(UsingMicrosoftNETSdkBlazorWebAssembly)'== 'true' and '$(UsingBrowserRuntimeWorkload)' == 'true'" >
6
+ <PropertyGroup Condition =" '$(UsingMicrosoftNETSdkBlazorWebAssembly)' == 'true' and '$(UsingBrowserRuntimeWorkload)' == 'true'" >
7
7
<WasmGenerateAppBundle >false</WasmGenerateAppBundle >
8
8
<UsingBlazorAOTWorkloadManifest >true</UsingBlazorAOTWorkloadManifest >
9
9
</PropertyGroup >
You can’t perform that action at this time.
0 commit comments