Skip to content

Commit 5cdaa07

Browse files
committed
Downgrade ConfigurationManager from 6.0.1 to 6.0.0
fluentassertions#2673 bumped from 4.4.0 -> 6.0.1, but 6.0.0 should be enough. As a testing nuget we should pick the lowest possible version of a package to avoid that tests use a newer package than what is used in production.
1 parent ba3884e commit 5cdaa07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Src/FluentAssertions/FluentAssertions.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
<Compile Remove="SystemExtensions.cs" />
7373
</ItemGroup>
7474
<ItemGroup>
75-
<PackageReference Include="System.Configuration.ConfigurationManager" Version="6.0.1" />
75+
<PackageReference Include="System.Configuration.ConfigurationManager" Version="6.0.0" />
7676
</ItemGroup>
7777
</When>
7878
<When Condition="'$(TargetFramework)' == 'netstandard2.1'">

0 commit comments

Comments
 (0)