File tree 1 file changed +2
-2
lines changed
src/BlazorWasmSdk/Targets
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -62,8 +62,8 @@ Copyright (c) .NET Foundation. All rights reserved.
62
62
<WasmFingerprintDotnetJs Condition =" '$(_TargetingNET80OrLater)' == 'true' and '$(_TargetingNETBefore100)' == 'true'" >false</WasmFingerprintDotnetJs >
63
63
<WasmEnableWebcil Condition =" '$(WasmEnableWebcil)' == '' and ('$(TargetFrameworkIdentifier)' != '.NETCoreApp' or '$(_TargetingNET80OrLater)' != 'true')" >false</WasmEnableWebcil >
64
64
65
- <!-- Turn off parts of the build that do not apply to Blazor projects -->
66
- <GenerateRuntimeConfigurationFiles >false</GenerateRuntimeConfigurationFiles >
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 >
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