Skip to content

Commit 5214ee4

Browse files
committed
Update dependencies to latest
1 parent 93df5d5 commit 5214ee4

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

msbuild/props/SixLabors.Global.props

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

116116
<!-- Package references and additional files which are consumed by all projects. -->
117117
<ItemGroup>
118-
<PackageReference Include="StyleCop.Analyzers" Version="1.2.0-beta.435" IsImplicitlyDefined="true">
118+
<PackageReference Include="StyleCop.Analyzers" Version="1.2.0-beta.507" IsImplicitlyDefined="true">
119119
<PrivateAssets>all</PrivateAssets>
120120
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
121121
</PackageReference>

msbuild/props/SixLabors.Src.props

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,13 +49,13 @@
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"
52-
Version="1.1.1"
52+
Version="8.0.0"
5353
PrivateAssets="All"
5454
IsImplicitlyDefined="true" />
55-
55+
5656
<PackageReference Include="MinVer"
5757
PrivateAssets="All"
58-
Version="4.1.0"
58+
Version="4.3.0"
5959
IsImplicitlyDefined="true"/>
6060
</ItemGroup>
6161

msbuild/props/SixLabors.Tests.props

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,17 @@
1414
<PackageReference Include="xunit" Version="2.4.2" IsImplicitlyDefined="true" />
1515

1616
<PackageReference Include="coverlet.collector"
17-
Version="3.1.2"
17+
Version="6.0.0"
1818
PrivateAssets="All"
1919
IsImplicitlyDefined="true"
2020
Condition="'$(IsCodeCoverage)'=='true'"/>
2121

2222
<PackageReference Include="Microsoft.NET.Test.Sdk"
23-
Version="17.4.1"
23+
Version="17.8.0"
2424
IsImplicitlyDefined="true"/>
2525

2626
<PackageReference Include="xunit.runner.visualstudio"
27-
Version="2.4.5"
27+
Version="2.5.4"
2828
IsImplicitlyDefined="true" />
2929

3030
<Using Include="Xunit" Condition="'$(ImplicitUsings)'=='enable' OR '$(ImplicitUsings)'=='true'"/>

0 commit comments

Comments
 (0)