File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
src/BlazorWasmSdk/Targets Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ Copyright (c) .NET Foundation. All rights reserved.
63
63
<WasmEnableWebcil Condition =" '$(WasmEnableWebcil)' == '' and ('$(TargetFrameworkIdentifier)' != '.NETCoreApp' or '$(_TargetingNET80OrLater)' != 'true')" >false</WasmEnableWebcil >
64
64
65
65
<!-- Turn off parts of the build that do not apply to Blazor projects until Net10 -->
66
- <GenerateRuntimeConfigurationFiles Condition =" '' $(GenerateRuntimeConfigurationFiles)' == '' and $(_TargetingNETBefore100)' == 'true'" >false</GenerateRuntimeConfigurationFiles >
66
+ <GenerateRuntimeConfigurationFiles Condition =" '$(GenerateRuntimeConfigurationFiles)' == '' and ' $(_TargetingNETBefore100)' == 'true'" >false</GenerateRuntimeConfigurationFiles >
67
67
68
68
<!-- Don't generate a NETSDK1151 error if a non self-contained Exe references a Blazor Exe -->
69
69
<ShouldBeValidatedAsExecutableReference >false</ShouldBeValidatedAsExecutableReference >
You can’t perform that action at this time.
0 commit comments