Skip to content

Commit 5d43e44

Browse files
Bump MinVer
Update MinVer to the latest stable version.
1 parent 89270af commit 5d43e44

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Grafana.OpenTelemetry.Base/Grafana.OpenTelemetry.Base.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<PackageReference Include="Microsoft.Extensions.Configuration.EnvironmentVariables" Version="8.0.0" />
1212
<PackageReference Include="Microsoft.Extensions.Logging" Version="8.0.1" />
1313
<PackageReference Include="System.Text.Json" Version="8.0.5" Condition="!$([MSBuild]::IsTargetFrameworkCompatible('$(TargetFramework)', 'net8.0'))" />
14-
<PackageReference Include="MinVer" Version="4.3.0">
14+
<PackageReference Include="MinVer" Version="6.0.0">
1515
<PrivateAssets>all</PrivateAssets>
1616
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1717
</PackageReference>

src/Grafana.OpenTelemetry/Grafana.OpenTelemetry.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
<ItemGroup>
1818
<ProjectReference Include="../Grafana.OpenTelemetry.Base/Grafana.OpenTelemetry.Base.csproj" />
19-
<PackageReference Include="MinVer" Version="4.3.0">
19+
<PackageReference Include="MinVer" Version="6.0.0">
2020
<PrivateAssets>all</PrivateAssets>
2121
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2222
</PackageReference>

0 commit comments

Comments
 (0)