Skip to content

Commit

Permalink
feat: up package (#512)
Browse files Browse the repository at this point in the history
  • Loading branch information
joesdu authored Aug 21, 2024
2 parents d8318cd + 0bf6ecf commit 5b44f7c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<PackageVersion Include="MongoDB.Driver.Core" Version="2.28.0" />
<PackageVersion Include="MongoDB.Driver.GridFS" Version="2.28.0" />
<PackageVersion Include="RabbitMQ.Client" Version="7.0.0-rc.8" />
<PackageVersion Include="Serilog" Version="4.0.2-dev-02220" />
<PackageVersion Include="Serilog" Version="4.0.2-dev-02224" />
<PackageVersion Include="Spectre.Console.Json" Version="0.49.2-preview.0.16" />
<PackageVersion Include="Swashbuckle.AspNetCore.SwaggerGen" Version="6.7.1" />
<PackageVersion Include="Swashbuckle.AspNetCore.SwaggerUI" Version="6.7.1" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
</PropertyGroup>
<ItemGroup>
<PackageVersion Include="Microsoft.CodeAnalysis.Analyzers" Version="3.11.0-beta1.24324.1" />
<PackageVersion Include="Microsoft.CodeAnalysis.CSharp" Version="4.11.0" />
<PackageVersion Include="Microsoft.CodeAnalysis.CSharp" Version="4.12.0-1.final" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion test/EasilyNET.Test.Unit/EasilyNET.Test.Unit.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<ItemGroup>
<PackageReference Include="FluentAssertions" Version="7.0.0-alpha.4" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.0-release-24373-02" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.0" />
<PackageReference Include="MSTest.TestAdapter" Version="3.5.2" />
<PackageReference Include="MSTest.TestFramework" Version="3.5.2" />
<PackageReference Include="coverlet.collector" Version="6.0.2">
Expand Down

0 comments on commit 5b44f7c

Please sign in to comment.