File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed
Akka.Persistence.MongoDb.Tests Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change 13
13
</PackageReference >
14
14
<PackageReference Include =" xunit" Version =" $(XunitVersion)" />
15
15
<PackageReference Include =" Akka.Persistence.TCK" Version =" $(AkkaVersion)" />
16
- <PackageReference Include =" FluentAssertions" Version =" $(FluentAssertionsVersion)" />
17
16
<PackageReference Include =" Mongo2Go" Version =" 2.2.16" />
18
17
<PackageReference Include =" System.Net.NetworkInformation" Version =" 4.3.0" />
19
18
</ItemGroup >
Original file line number Diff line number Diff line change 19
19
<PropertyGroup >
20
20
<XunitVersion >2.4.1</XunitVersion >
21
21
<TestSdkVersion >16.9.1</TestSdkVersion >
22
- <AkkaVersion >1.4.16</AkkaVersion >
23
- <FluentAssertionsVersion >4.14.0</FluentAssertionsVersion >
22
+ <AkkaVersion >1.4.17</AkkaVersion >
24
23
</PropertyGroup >
25
24
<!-- SourceLink support for all Akka.NET projects -->
26
25
<ItemGroup >
You can’t perform that action at this time.
0 commit comments