We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f369dc commit 520f7eaCopy full SHA for 520f7ea
msbuild/props/SixLabors.Src.props
@@ -49,7 +49,7 @@
49
<!-- Package references and additional files which are consumed by src projects. CI Only -->
50
<ItemGroup Condition="'$(IsContinuousIntegration)'=='true'">
51
<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"/>
+ <PackageReference Include="MinVer" PrivateAssets="All" Version="2.5.0" IsImplicitlyDefined="true"/>
53
</ItemGroup>
54
55
</Project>
0 commit comments