Skip to content

Commit

Permalink
Move GenerateRuntimeConfigurationFiles=false back to Blazor SDK fro…
Browse files Browse the repository at this point in the history
…m Wasm SDK (#34177)
  • Loading branch information
maraf authored Jul 21, 2023
1 parent ca858a7 commit 8d0fd34
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,9 @@ Copyright (c) .NET Foundation. All rights reserved.
<WasmFingerprintDotnetJs Condition="'$(_TargetingNET80OrLater)' == 'true'">false</WasmFingerprintDotnetJs>
<WasmEnableWebcil Condition="'$(WasmEnableWebcil)' == '' and ('$(TargetFrameworkIdentifier)' != '.NETCoreApp' or '$(_TargetingNET80OrLater)' != 'true')">false</WasmEnableWebcil>

<!-- Turn off parts of the build that do not apply to Blazor projects -->
<GenerateRuntimeConfigurationFiles>false</GenerateRuntimeConfigurationFiles>

<!-- Don't generate a NETSDK1151 error if a non self-contained Exe references a Blazor Exe -->
<ShouldBeValidatedAsExecutableReference>false</ShouldBeValidatedAsExecutableReference>

Expand Down

0 comments on commit 8d0fd34

Please sign in to comment.