Skip to content

Commit a17fe4e

Browse files
authored
add minver package to full distro (#30)
1 parent fbd51e9 commit a17fe4e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/Grafana.OpenTelemetry/Grafana.OpenTelemetry.csproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@
2121

2222
<ItemGroup>
2323
<ProjectReference Include="../Grafana.OpenTelemetry.Base/Grafana.OpenTelemetry.Base.csproj" />
24+
<PackageReference Include="MinVer" Version="4.3.0">
25+
<PrivateAssets>all</PrivateAssets>
26+
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
27+
</PackageReference>
2428
</ItemGroup>
2529

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

0 commit comments

Comments
 (0)