Merge in 'release/5.0' changes
This commit is contained in:
commit
81d0f61562
|
|
@ -15,6 +15,10 @@ Copyright (c) .NET Foundation. All rights reserved.
|
|||
<_BlazorWebAssemblyTargetsFile Condition="'$(_BlazorWebAssemblyTargetsFile)' == ''">$(MSBuildThisFileDirectory)..\targets\Microsoft.NET.Sdk.BlazorWebAssembly.Current.targets</_BlazorWebAssemblyTargetsFile>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<ProjectCapability Include="WebAssembly" />
|
||||
</ItemGroup>
|
||||
|
||||
<Import Project="$(_BlazorWebAssemblyTargetsFile)" />
|
||||
|
||||
</Project>
|
||||
|
|
|
|||
Loading…
Reference in New Issue