Skip to content

Commit

Permalink
Disable Nuget warning NU5104 concerning pre-release nuget packages.
Browse files Browse the repository at this point in the history
  • Loading branch information
yallie committed Jan 27, 2023
1 parent 97ef25d commit 4088c68
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="NetMQ" Version="4.0.0.197-pre" />
<PackageReference Include="NetMQ" Version="4.0.0.197-pre" NoWarn="NU5104" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="WebSocketSharp" Version="1.0.3-rc11" />
<PackageReference Include="WebSocketSharp" Version="1.0.3-rc11" NoWarn="NU5104" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 4088c68

Please sign in to comment.