Skip to content

Commit

Permalink
Update NuGet dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidZidar committed Apr 15, 2024
1 parent 7de1d1c commit 45060bf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions src/Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@

<ItemGroup>
<PackageVersion Include="MessagePack" Version="2.5.140" />
<PackageVersion Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="8.0.0" />
<PackageVersion Include="Microsoft.Extensions.Logging.Abstractions" Version="8.0.0" />
<PackageVersion Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="8.0.1" />
<PackageVersion Include="Microsoft.Extensions.Logging.Abstractions" Version="8.0.1" />
<PackageVersion Include="Microsoft.Extensions.Options" Version="8.0.2" />
<PackageVersion Include="Microsoft.IO.RecyclableMemoryStream" Version="3.0.0" />
<PackageVersion Include="System.Threading.Channels" Version="8.0.0" />
</ItemGroup>

<ItemGroup>
<GlobalPackageReference Include="Roslynator.Analyzers" Version="4.10.0" />
<GlobalPackageReference Include="Roslynator.Analyzers" Version="4.12.0" />
</ItemGroup>

</Project>
6 changes: 3 additions & 3 deletions test/Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
<PackageVersion Include="Microsoft.Bcl.AsyncInterfaces" Version="8.0.0" />
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.9.0" />
<PackageVersion Include="Shouldly" Version="4.2.1" />
<PackageVersion Include="xunit" Version="2.6.6" />
<PackageVersion Include="xunit.analyzers" Version="1.10.0" />
<PackageVersion Include="xunit.runner.visualstudio" Version="2.5.6" />
<PackageVersion Include="xunit" Version="2.7.1" />
<PackageVersion Include="xunit.analyzers" Version="1.12.0" />
<PackageVersion Include="xunit.runner.visualstudio" Version="2.5.8" />
</ItemGroup>

</Project>

0 comments on commit 45060bf

Please sign in to comment.