Skip to content

Commit 520f7ea

Browse files
Update MinVer to latest
1 parent 8f369dc commit 520f7ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

msbuild/props/SixLabors.Src.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
<!-- Package references and additional files which are consumed by src projects. CI Only -->
5050
<ItemGroup Condition="'$(IsContinuousIntegration)'=='true'">
5151
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" IsImplicitlyDefined="true" />
52-
<PackageReference Include="MinVer" PrivateAssets="All" Version="2.3.1" IsImplicitlyDefined="true"/>
52+
<PackageReference Include="MinVer" PrivateAssets="All" Version="2.5.0" IsImplicitlyDefined="true"/>
5353
</ItemGroup>
5454

5555
</Project>

0 commit comments

Comments
 (0)