Skip to content

Commit

Permalink
Suppress nuget error about referencing pre-release packages
Browse files Browse the repository at this point in the history
  • Loading branch information
flin-8 committed Sep 23, 2020
1 parent d651532 commit 298eaa8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions source/Octopus.Cli/Octopus.Cli.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@
<DefineConstants>$(DefineConstants);HTTP_CLIENT_SUPPORTS_SSL_OPTIONS</DefineConstants>
</PropertyGroup>

<PropertyGroup>
<NoWarn>NU5104</NoWarn>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.DotNet.Analyzers.Compatibility" Version="0.2.12-alpha">
<PrivateAssets>all</PrivateAssets>
Expand Down

0 comments on commit 298eaa8

Please sign in to comment.