File tree 3 files changed +3
-3
lines changed 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 24
24
<FluentAssertionsVersion >5.10.3</FluentAssertionsVersion >
25
25
<FsCheckVersion >2.16.3</FsCheckVersion >
26
26
<HoconVersion >2.0.3</HoconVersion >
27
- <ConfigurationManagerVersion >4.7 .0</ConfigurationManagerVersion >
27
+ <ConfigurationManagerVersion >6.0 .0</ConfigurationManagerVersion >
28
28
<MultiNodeAdapterVersion >1.1.0</MultiNodeAdapterVersion >
29
29
<AkkaPackageTags >akka;actors;actor model;Akka;concurrency</AkkaPackageTags >
30
30
</PropertyGroup >
Original file line number Diff line number Diff line change 23
23
<PackageReference Include =" FsCheck.Xunit" Version =" $(FsCheckVersion)" />
24
24
<PackageReference Include =" System.Net.Sockets" Version =" 4.3.0" />
25
25
<PackageReference Include =" System.Runtime.Extensions" Version =" 4.3.1" />
26
- <PackageReference Include =" System.Configuration.ConfigurationManager" Version =" 5 .0.0" />
26
+ <PackageReference Include =" System.Configuration.ConfigurationManager" Version =" 6 .0.0" />
27
27
<PackageReference Include =" Xunit.SkippableFact" Version =" 1.4.13" />
28
28
</ItemGroup >
29
29
Original file line number Diff line number Diff line change 25
25
26
26
<ItemGroup Condition =" '$(TargetFramework)' == '$(NetStandardLibVersion)'" >
27
27
<PackageReference Include =" System.Configuration.ConfigurationManager" >
28
- <Version >4.7 .0</Version >
28
+ <Version >6.0 .0</Version >
29
29
</PackageReference >
30
30
</ItemGroup >
31
31
You can’t perform that action at this time.
0 commit comments