Skip to content

Commit 866edd5

Browse files
authored
Disable NU5104 warnings (#336)
A stable release of a package should not have a prerelease dependency.
1 parent d08d360 commit 866edd5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/Splunk.OpenTelemetry.AutoInstrumentation/Splunk.OpenTelemetry.AutoInstrumentation.csproj

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
<Project Sdk="Microsoft.NET.Sdk">
2+
<PropertyGroup>
3+
<!-- https://learn.microsoft.com/en-us/nuget/reference/errors-and-warnings/nu5104 -->
4+
<NoWarn>$(NoWarn);NU5104</NoWarn>
5+
</PropertyGroup>
6+
27
<ItemGroup>
38
<PackageReference Include="DotNet.ReproducibleBuilds" Version="1.1.1">
49
<PrivateAssets>all</PrivateAssets>

0 commit comments

Comments
 (0)