Skip to content

Commit

Permalink
Merge pull request #44 from SixLabors/js/update-deps
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
JimBobSquarePants authored Jan 5, 2024
2 parents a46f97a + e7aff5a commit d65232b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion msbuild/props/SixLabors.Global.props
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@

<!-- Package references and additional files which are consumed by all projects. -->
<ItemGroup>
<PackageReference Include="StyleCop.Analyzers" Version="1.2.0-beta.507" IsImplicitlyDefined="true">
<PackageReference Include="StyleCop.Analyzers" Version="1.2.0-beta.556" IsImplicitlyDefined="true">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
Expand Down
4 changes: 2 additions & 2 deletions msbuild/props/SixLabors.Tests.props
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

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

<PackageReference Include="coverlet.collector"
Version="6.0.0"
Expand All @@ -24,7 +24,7 @@
IsImplicitlyDefined="true"/>

<PackageReference Include="xunit.runner.visualstudio"
Version="2.5.4"
Version="2.5.6"
IsImplicitlyDefined="true" />

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

0 comments on commit d65232b

Please sign in to comment.