Skip to content

Commit

Permalink
Bump AkkaVersion and AkkaHostingVersion to 1.5.34 (#504)
Browse files Browse the repository at this point in the history
  • Loading branch information
Arkatufus authored Jan 7, 2025
1 parent ec10e46 commit 569f438
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@

<PackageReference Include="System.Data.SQLite" />

<PackageReference Include="Microsoft.Extensions.Hosting" />
<PackageReference Include="xunit" />
<PackageReference Include="xunit.runner.visualstudio">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
Expand Down
5 changes: 3 additions & 2 deletions src/Directory.Packages.props
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<Project>
<PropertyGroup>
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally>
<AkkaVersion>1.5.30</AkkaVersion>
<AkkaHostingVersion>1.5.29</AkkaHostingVersion>
<AkkaVersion>1.5.34</AkkaVersion>
<AkkaHostingVersion>1.5.34</AkkaHostingVersion>
<FluentMigratorVersion>5.2.0</FluentMigratorVersion>
<SqliteVersion>1.0.118</SqliteVersion>
<MicrosoftSqliteVersion>8.0.7</MicrosoftSqliteVersion>
Expand Down Expand Up @@ -75,6 +75,7 @@
<PackageVersion Include="xunit" Version="2.8.1" />
<PackageVersion Include="xunit.runner.visualstudio" Version="2.8.2" />
<PackageVersion Include="coverlet.collector" Version="6.0.2" />
<PackageVersion Include="Microsoft.Extensions.Hosting" Version="6.0.0" />
</ItemGroup>
<!-- SourceLink support for all Akka.NET projects -->
<ItemGroup>
Expand Down

0 comments on commit 569f438

Please sign in to comment.