Skip to content

Commit a935911

Browse files
committed
feedback
1 parent 282ca00 commit a935911

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/BlazorWasmSdk/Targets/Microsoft.NET.Sdk.BlazorWebAssembly.6_0.targets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ Copyright (c) .NET Foundation. All rights reserved.
6363
<WasmEnableWebcil Condition="'$(WasmEnableWebcil)' == '' and ('$(TargetFrameworkIdentifier)' != '.NETCoreApp' or '$(_TargetingNET80OrLater)' != 'true')">false</WasmEnableWebcil>
6464

6565
<!-- 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="'$(_TargetingNETBefore100)' == 'true'">false</GenerateRuntimeConfigurationFiles>
6767

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

src/Tasks/Microsoft.NET.Build.Tasks/targets/Microsoft.PackageDependencyResolution.targets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Copyright (c) .NET Foundation. All rights reserved.
2020

2121
<!-- General Properties -->
2222
<PropertyGroup>
23-
<ProjectAssetsFile Condition="'$(ProjectAssetsFile)' == ''">$(MSBuildProjectExtensionsPath)project.assets.json</ProjectAssetsFile>
23+
<ProjectAssetsFile Condition="'$(ProjectAssetsFile)' == ''">$(MSBuildProjectExtensionsPath)/project.assets.json</ProjectAssetsFile>
2424
<ProjectAssetsFile>$([MSBuild]::NormalizePath($(MSBuildProjectDirectory), $(ProjectAssetsFile)))</ProjectAssetsFile>
2525

2626
<!-- Note that the assets.cache file has contents that are unique to the current TFM and configuration and therefore cannot

0 commit comments

Comments
 (0)