Skip to content

Commit

Permalink
Update package versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Arkatufus committed Nov 4, 2022
1 parent 43c056b commit 06d66fc
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
4 changes: 2 additions & 2 deletions src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -219,8 +219,8 @@
<PropertyGroup>
<NetCoreLibraryFramework>netstandard2.0</NetCoreLibraryFramework>
<NetCoreFramework>net6.0</NetCoreFramework>
<AkkaHostingVersion>0.5.0</AkkaHostingVersion>
<AkkaVersion>1.4.43</AkkaVersion>
<AkkaHostingVersion>0.5.1</AkkaHostingVersion>
<AkkaVersion>1.4.45</AkkaVersion>
<MicrosoftExtensionsVersion>[3.0.0,)</MicrosoftExtensionsVersion>
</PropertyGroup>

Expand Down
2 changes: 1 addition & 1 deletion src/MySql.Exporter/MySql.Exporter.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Akka.Persistence.MySql" Version="1.4.35" />
<PackageReference Include="Akka.Persistence.MySql" Version="1.4.42" />
</ItemGroup>

<ItemGroup>
Expand Down
3 changes: 1 addition & 2 deletions src/PostgreSql.Exporter/PostgreSql.Exporter.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,8 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Akka.Persistence.PostgreSql" Version="1.4.35" />
<PackageReference Include="Akka.Persistence.PostgreSql" Version="1.4.45" />
<PackageReference Include="Akka.Persistence.PostgreSql.Hosting" Version="$(AkkaHostingVersion)" />
<PackageReference Include="Microsoft.Data.SqlClient" Version="3.0.1" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion src/Sqlite.Exporter/Sqlite.Exporter.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<ItemGroup>
<!-- The version of this package is used by the build script. -->
<!-- !!! DO NOT USE $(AkkaVersion) !!!! -->
<PackageReference Include="Akka.Persistence.Sqlite" Version="1.4.43" />
<PackageReference Include="Akka.Persistence.Sqlite" Version="1.4.45" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 06d66fc

Please sign in to comment.