Skip to content

Commit

Permalink
Fix Nuget recommendations (#284)
Browse files Browse the repository at this point in the history
* Nuget package description

* Make dotnet build reproducible
  • Loading branch information
Kielek authored Aug 7, 2023
1 parent 5f52507 commit 39b031e
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
<Project Sdk="Microsoft.NET.Sdk">
<ItemGroup>
<PackageReference Include="DotNet.ReproducibleBuilds" Version="1.1.1">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="MinVer" Version="4.3.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
Expand Down Expand Up @@ -32,6 +36,7 @@
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<PackageReleaseNotes>See release notes at https://github.com/signalfx/splunk-otel-dotnet/releases</PackageReleaseNotes>
<PackageTags>OpenTelemetry;OTEL;APM;tracing;profiling;instrumentation;Splunk</PackageTags>
<Description>Splunk Distribution of OpenTelemetry .NET package with all required components to enable automatic instrumentation.</Description>
<RepositoryType>git</RepositoryType>
<RepositoryUrl>https://github.com/signalfx/splunk-otel-dotnet.git</RepositoryUrl>
<Copyright>Copyright 2023 Splunk Inc.</Copyright>
Expand Down

0 comments on commit 39b031e

Please sign in to comment.