Skip to content

Commit

Permalink
Update packages to latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
y0ung3r committed Apr 5, 2024
1 parent 0a9a346 commit f8b5114
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions Directory.Build.targets
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
<Project>
<ItemGroup>
<!-- OpenXml -->
<PackageReference Update="System.IO.Packaging" Version="8.0.0" />

<!-- Tests -->
<PackageReference Update="FluentAssertions" Version="6.7.0" />
<PackageReference Update="Microsoft.NET.Test.Sdk" Version="17.3.2" />
<PackageReference Update="xunit" Version="2.4.2" />
<PackageReference Update="xunit.runner.visualstudio" Version="2.4.5" />
<PackageReference Update="coverlet.collector" Version="3.1.2" />
<PackageReference Update="FluentAssertions" Version="6.12.0" />
<PackageReference Update="Microsoft.NET.Test.Sdk" Version="17.9.0" />
<PackageReference Update="xunit" Version="2.7.0" />
<PackageReference Update="xunit.runner.visualstudio" Version="2.5.7" />
<PackageReference Update="coverlet.collector" Version="6.0.2" />
</ItemGroup>
</Project>

0 comments on commit f8b5114

Please sign in to comment.