Skip to content

Commit

Permalink
[wasm] Include browser targets if RID is not wasi-wasm (#108283)
Browse files Browse the repository at this point in the history
  • Loading branch information
maraf authored Oct 1, 2024
1 parent 4f66989 commit 44c9d13
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Copyright (c) .NET Foundation. All rights reserved.
***********************************************************************************************
-->
<Project ToolsVersion="14.0">
<PropertyGroup Condition="'$(RuntimeIdentifier)' == 'browser-wasm'">
<PropertyGroup Condition="'$(RuntimeIdentifier)' != 'wasi-wasm'">
<_WebAssemblyTargetsFile>$(MSBuildThisFileDirectory)\Microsoft.NET.Sdk.WebAssembly.Browser.targets</_WebAssemblyTargetsFile>
</PropertyGroup>

Expand Down

0 comments on commit 44c9d13

Please sign in to comment.