Skip to content

Commit

Permalink
Patch Tuesday
Browse files Browse the repository at this point in the history
  • Loading branch information
iancooper committed Jan 5, 2024
1 parent 98b8b7b commit 973072b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<ProjectReference Include="..\Paramore.Darker\Paramore.Darker.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="SimpleInjector" Version="5.4.2" />
<PackageReference Include="SimpleInjector" Version="5.4.3" />
<PackageReference Update="MinVer" Version="4.3.0" />
<PackageReference Update="Microsoft.SourceLink.GitHub" Version="8.0.0">
<PrivateAssets>all</PrivateAssets>
Expand Down
4 changes: 2 additions & 2 deletions test/Paramore.Darker.Tests/Paramore.Darker.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.8.0" />
<PackageReference Include="xunit" Version="2.6.3" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.5">
<PackageReference Include="xunit" Version="2.6.5" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.6">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
Expand Down

0 comments on commit 973072b

Please sign in to comment.