Skip to content

Commit 267fc56

Browse files
committed
Downgrade System.Collections.Immutable again
Could be related to dependabot/dependabot-core#4075 dependabot/dependabot-core#11398
1 parent 5f1b3e3 commit 267fc56

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Tests/FluentAssertions.Equivalency.Specs/FluentAssertions.Equivalency.Specs.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
FluentAssertions.Specs.csproj for net47 does not generate a binding redirect from 4.0.4.0 to 4.0.4.1
1818
Upgrading to 1.6.0 gives "Could not load file or assembly 'System.Runtime.CompilerServices.Unsafe, Version=4.0.4.0"
1919
-->
20-
<PackageReference Include="System.Collections.Immutable" Version="[9.0.1]" />
20+
<PackageReference Include="System.Collections.Immutable" Version="[1.5.0]" />
2121
</ItemGroup>
2222

2323
<ItemGroup Condition="'$(TargetFramework)' == 'net6.0' OR '$(TargetFramework)' == 'net8.0'">

Tests/FluentAssertions.Specs/FluentAssertions.Specs.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
FluentAssertions.Specs.csproj for net47 does not generate a binding redirect from 4.0.4.0 to 4.0.4.1
1818
Upgrading to 1.6.0 gives "Could not load file or assembly 'System.Runtime.CompilerServices.Unsafe, Version=4.0.4.0"
1919
-->
20-
<PackageReference Include="System.Collections.Immutable" Version="[9.0.1]" />
20+
<PackageReference Include="System.Collections.Immutable" Version="[1.5.0]" />
2121
</ItemGroup>
2222

2323
<ItemGroup Condition="'$(TargetFramework)' == 'net6.0' OR '$(TargetFramework)' == 'net8.0'">

0 commit comments

Comments
 (0)