We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
WebAssembly
1 parent bbc2e9f commit a61fb99Copy full SHA for a61fb99
src/Components/WebAssembly/Sdk/src/Sdk/Sdk.targets
@@ -15,6 +15,10 @@ Copyright (c) .NET Foundation. All rights reserved.
15
<_BlazorWebAssemblyTargetsFile Condition="'$(_BlazorWebAssemblyTargetsFile)' == ''">$(MSBuildThisFileDirectory)..\targets\Microsoft.NET.Sdk.BlazorWebAssembly.Current.targets</_BlazorWebAssemblyTargetsFile>
16
</PropertyGroup>
17
18
+ <ItemGroup>
19
+ <ProjectCapability Include="WebAssembly" />
20
+ </ItemGroup>
21
+
22
<Import Project="$(_BlazorWebAssemblyTargetsFile)" />
23
24
</Project>
0 commit comments