Skip to content

Commit

Permalink
Update dependencies to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
stefannikolei committed Dec 1, 2023
1 parent 93df5d5 commit 5214ee4
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 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.435" IsImplicitlyDefined="true">
<PackageReference Include="StyleCop.Analyzers" Version="1.2.0-beta.507" IsImplicitlyDefined="true">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
Expand Down
6 changes: 3 additions & 3 deletions msbuild/props/SixLabors.Src.props
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,13 @@
<!-- Package references and additional files which are consumed by src projects. CI Only -->
<ItemGroup Condition="'$(IsContinuousIntegration)'=='true'">
<PackageReference Include="Microsoft.SourceLink.GitHub"
Version="1.1.1"
Version="8.0.0"
PrivateAssets="All"
IsImplicitlyDefined="true" />

<PackageReference Include="MinVer"
PrivateAssets="All"
Version="4.1.0"
Version="4.3.0"
IsImplicitlyDefined="true"/>
</ItemGroup>

Expand Down
6 changes: 3 additions & 3 deletions msbuild/props/SixLabors.Tests.props
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,17 @@
<PackageReference Include="xunit" Version="2.4.2" IsImplicitlyDefined="true" />

<PackageReference Include="coverlet.collector"
Version="3.1.2"
Version="6.0.0"
PrivateAssets="All"
IsImplicitlyDefined="true"
Condition="'$(IsCodeCoverage)'=='true'"/>

<PackageReference Include="Microsoft.NET.Test.Sdk"
Version="17.4.1"
Version="17.8.0"
IsImplicitlyDefined="true"/>

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

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

0 comments on commit 5214ee4

Please sign in to comment.