Skip to content

Commit

Permalink
Ignore SYSLIB0057 obsoletion in wasm websocket tests (#106527)
Browse files Browse the repository at this point in the history
  • Loading branch information
rzikm authored Aug 19, 2024
1 parent dc0432b commit 418c3b9
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<StringResourcesPath>../../src/Resources/Strings.resx</StringResourcesPath>
<TargetFramework>$(NetCoreAppCurrent)-browser</TargetFramework>
<DefineConstants>$(DefineConstants);NETSTANDARD</DefineConstants>
<NoWarn>$(NoWarn);SYSLIB0057</NoWarn>
</PropertyGroup>

<PropertyGroup Condition="'$(TargetOS)' == 'browser'">
Expand Down

0 comments on commit 418c3b9

Please sign in to comment.