Skip to content

Commit

Permalink
Just supressed with NoWarn
Browse files Browse the repository at this point in the history
  • Loading branch information
mishamyte committed Aug 29, 2022
1 parent 6cf021c commit 9a78a27
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<NoWarn>NU5100</NoWarn>
<Authors>Jimmy Bogard</Authors>
<Copyright>Jimmy Bogard</Copyright>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
Expand All @@ -14,7 +15,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="MongoDB.Driver" Version="[2.17.1,3.0)" />
<PackageReference Include="MongoDB.Driver.Core" Version="[2.17.1,3.0)" />
<PackageReference Include="System.Diagnostics.DiagnosticSource" Version="6.0.0" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All" />
<PackageReference Include="MinVer" Version="4.2.0" PrivateAssets="All" />
Expand Down

0 comments on commit 9a78a27

Please sign in to comment.