Skip to content
This repository has been archived by the owner on Apr 13, 2024. It is now read-only.

Commit

Permalink
Update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
redbaty committed Feb 21, 2024
1 parent d0c9b09 commit d376ff5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Wasari.Daemon/Wasari.Daemon.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="8.0.2" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.5.0"/>
<PackageReference Include="System.Linq.Async" Version="6.0.1"/>
<PackageReference Include="WolverineFx" Version="1.18.1" />
<PackageReference Include="WolverineFx.EntityFrameworkCore" Version="1.18.1" />
<PackageReference Include="WolverineFx.FluentValidation" Version="1.18.1" />
<PackageReference Include="WolverineFx.Postgresql" Version="1.18.1" />
<PackageReference Include="WolverineFx" Version="1.19.0" />
<PackageReference Include="WolverineFx.EntityFrameworkCore" Version="1.19.0" />
<PackageReference Include="WolverineFx.FluentValidation" Version="1.19.0" />
<PackageReference Include="WolverineFx.Postgresql" Version="1.19.0" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion Wasari.Tests/Wasari.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.9.0" />
<PackageReference Include="MSTest.TestAdapter" Version="3.2.1"/>
<PackageReference Include="MSTest.TestFramework" Version="3.2.1"/>
<PackageReference Include="coverlet.collector" Version="6.0.0">
<PackageReference Include="coverlet.collector" Version="6.0.1">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
Expand Down

0 comments on commit d376ff5

Please sign in to comment.