Skip to content

Commit

Permalink
Disable NU5104 warnings (#336)
Browse files Browse the repository at this point in the history
A stable release of a package should not have a prerelease dependency.
  • Loading branch information
Kielek committed Sep 28, 2023
1 parent d08d360 commit 866edd5
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<!-- https://learn.microsoft.com/en-us/nuget/reference/errors-and-warnings/nu5104 -->
<NoWarn>$(NoWarn);NU5104</NoWarn>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="DotNet.ReproducibleBuilds" Version="1.1.1">
<PrivateAssets>all</PrivateAssets>
Expand Down

0 comments on commit 866edd5

Please sign in to comment.