Skip to content

Commit

Permalink
Minor version upgrades
Browse files Browse the repository at this point in the history
  • Loading branch information
NeonGraal committed Feb 13, 2025
1 parent 17894d3 commit 67ef8e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/Directory.Build.targets
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project>

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.13.0" />
</ItemGroup>

<ItemGroup Condition="$(IsTestProject) == true">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<PackageReference Include="Fluid.Core" Version="2.19.0" />
<PackageReference Include="MartinCostello.Logging.XUnit" Version="0.5.1" />
<PackageReference Include="Verify.Xunit" Version="28.10.1" />
<PackageReference Include="Xunit.DependencyInjection" Version="9.8.0" />
<PackageReference Include="Xunit.DependencyInjection" Version="9.9.0" />
<PackageReference Include="Xunit.DependencyInjection.Logging" Version="9.0.0" />
<PackageReference Include="Xunit.DependencyInjection.SkippableFact" Version="9.0.0" />
</ItemGroup>
Expand Down

0 comments on commit 67ef8e2

Please sign in to comment.