Skip to content

Commit a61fb99

Browse files
authored
Added WebAssembly capability to Blazor WebAssembly projects
Addresses #28713
1 parent bbc2e9f commit a61fb99

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/Components/WebAssembly/Sdk/src/Sdk/Sdk.targets

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ Copyright (c) .NET Foundation. All rights reserved.
1515
<_BlazorWebAssemblyTargetsFile Condition="'$(_BlazorWebAssemblyTargetsFile)' == ''">$(MSBuildThisFileDirectory)..\targets\Microsoft.NET.Sdk.BlazorWebAssembly.Current.targets</_BlazorWebAssemblyTargetsFile>
1616
</PropertyGroup>
1717

18+
<ItemGroup>
19+
<ProjectCapability Include="WebAssembly" />
20+
</ItemGroup>
21+
1822
<Import Project="$(_BlazorWebAssemblyTargetsFile)" />
1923

2024
</Project>

0 commit comments

Comments
 (0)