Skip to content

Commit 5bdad72

Browse files
upgraded to Akka.NET v1.4.17 (#184)
1 parent 734c8b7 commit 5bdad72

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

src/Akka.Persistence.MongoDb.Tests/Akka.Persistence.MongoDb.Tests.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
</PackageReference>
1414
<PackageReference Include="xunit" Version="$(XunitVersion)" />
1515
<PackageReference Include="Akka.Persistence.TCK" Version="$(AkkaVersion)" />
16-
<PackageReference Include="FluentAssertions" Version="$(FluentAssertionsVersion)" />
1716
<PackageReference Include="Mongo2Go" Version="2.2.16" />
1817
<PackageReference Include="System.Net.NetworkInformation" Version="4.3.0" />
1918
</ItemGroup>

src/common.props

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@
1919
<PropertyGroup>
2020
<XunitVersion>2.4.1</XunitVersion>
2121
<TestSdkVersion>16.9.1</TestSdkVersion>
22-
<AkkaVersion>1.4.16</AkkaVersion>
23-
<FluentAssertionsVersion>4.14.0</FluentAssertionsVersion>
22+
<AkkaVersion>1.4.17</AkkaVersion>
2423
</PropertyGroup>
2524
<!-- SourceLink support for all Akka.NET projects -->
2625
<ItemGroup>

0 commit comments

Comments
 (0)