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 11<Project >
22 <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 >
44 <UsingBrowserRuntimeWorkload Condition =" '$(UsingBrowserRuntimeWorkload)' == ''" >$(WasmNativeWorkload)</UsingBrowserRuntimeWorkload >
55 </PropertyGroup >
6- <PropertyGroup Condition =" '$(UsingMicrosoftNETSdkBlazorWebAssembly)'== 'true' and '$(UsingBrowserRuntimeWorkload)' == 'true'" >
6+ <PropertyGroup Condition =" '$(UsingMicrosoftNETSdkBlazorWebAssembly)' == 'true' and '$(UsingBrowserRuntimeWorkload)' == 'true'" >
77 <WasmGenerateAppBundle >false</WasmGenerateAppBundle >
88 <UsingBlazorAOTWorkloadManifest >true</UsingBlazorAOTWorkloadManifest >
99 </PropertyGroup >
You can’t perform that action at this time.
0 commit comments