We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbd51e9 commit a17fe4eCopy full SHA for a17fe4e
src/Grafana.OpenTelemetry/Grafana.OpenTelemetry.csproj
@@ -21,6 +21,10 @@
21
22
<ItemGroup>
23
<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>
28
</ItemGroup>
29
30
<!-- Non-stable instrumentation packages with dependencies, both .NET framework and .NET -->
0 commit comments