Skip to content

Commit 36b4089

Browse files
Upgrade to Akka.NET v1.5.22
Need this for #285
1 parent 3c027fc commit 36b4089

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Directory.Build.props

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<LangVersion>10</LangVersion>
1313
</PropertyGroup>
1414
<PropertyGroup>
15-
<AkkaVersion>1.5.14</AkkaVersion>
15+
<AkkaVersion>1.5.22</AkkaVersion>
1616
<AkkaHostingVersion>1.5.13</AkkaHostingVersion>
1717
<NetCoreTestVersion>netcoreapp3.1</NetCoreTestVersion>
1818
<NetFrameworkTestVersion>net471</NetFrameworkTestVersion>
@@ -30,4 +30,4 @@
3030
<ItemGroup>
3131
<PackageReference Include="Microsoft.SourceLink.GitHub" PrivateAssets="All" />
3232
</ItemGroup>
33-
</Project>
33+
</Project>

0 commit comments

Comments
 (0)