Skip to content

Commit

Permalink
add minver package to full distro (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-hensley committed Nov 1, 2023
1 parent fbd51e9 commit a17fe4e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Grafana.OpenTelemetry/Grafana.OpenTelemetry.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@

<ItemGroup>
<ProjectReference Include="../Grafana.OpenTelemetry.Base/Grafana.OpenTelemetry.Base.csproj" />
<PackageReference Include="MinVer" Version="4.3.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
</ItemGroup>

<!-- Non-stable instrumentation packages with dependencies, both .NET framework and .NET -->
Expand Down

0 comments on commit a17fe4e

Please sign in to comment.