Skip to content

Commit d65232b

Browse files
Merge pull request #44 from SixLabors/js/update-deps
Update dependencies
2 parents a46f97a + e7aff5a commit d65232b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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.507" IsImplicitlyDefined="true">
118+
<PackageReference Include="StyleCop.Analyzers" Version="1.2.0-beta.556" IsImplicitlyDefined="true">
119119
<PrivateAssets>all</PrivateAssets>
120120
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
121121
</PackageReference>

msbuild/props/SixLabors.Tests.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
<!-- Package references and additional files which are consumed by test projects -->
1313
<ItemGroup Condition="'$(IsTestProject)' == 'true'">
14-
<PackageReference Include="xunit" Version="2.6.2" IsImplicitlyDefined="true" />
14+
<PackageReference Include="xunit" Version="2.6.5" IsImplicitlyDefined="true" />
1515

1616
<PackageReference Include="coverlet.collector"
1717
Version="6.0.0"
@@ -24,7 +24,7 @@
2424
IsImplicitlyDefined="true"/>
2525

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

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

0 commit comments

Comments
 (0)