File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ Copyright (c) .NET Foundation. All rights reserved.
12
12
<Project ToolsVersion =" 14.0" >
13
13
<!-- For browser-wasm, we want to import StaticWebAssets SDK which imports SDK. -->
14
14
<!-- For wasi-wasm, we don't want to import StaticWebAssets SDK. -->
15
- <Import Sdk =" Microsoft.NET.Sdk.StaticWebAssets" Project =" Sdk.targets" Condition =" '$(RuntimeIdentifier)' == 'browser -wasm' and '$(_WasmSdkImportsMicrosoftNETSdkStaticWebAssets)' == 'true'" />
15
+ <Import Sdk =" Microsoft.NET.Sdk.StaticWebAssets" Project =" Sdk.targets" Condition =" '$(RuntimeIdentifier)' != 'wasi -wasm' and '$(_WasmSdkImportsMicrosoftNETSdkStaticWebAssets)' == 'true'" />
16
16
<Import Sdk =" Microsoft.NET.Sdk" Project =" Sdk.targets" Condition =" '$(RuntimeIdentifier)' == 'wasi-wasm' and '$(_WasmSdkImportsMicrosoftNetSdk)' == 'true'" />
17
17
18
18
<Import Sdk =" Microsoft.NET.Sdk.Publish" Project =" Sdk.targets" Condition =" '$(_WasmSdkImportsMicrosoftNETSdkPublish)' == 'true'" />
You can’t perform that action at this time.
0 commit comments