Skip to content

Commit ab57036

Browse files
Bump System.Collections.Immutable and System.Reflection.Metadata
Bumps [System.Collections.Immutable](https://github.com/dotnet/runtime) and [System.Reflection.Metadata](https://github.com/dotnet/runtime). These dependencies needed to be updated together. Updates `System.Collections.Immutable` from 1.5.0 to 9.0.1 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](https://github.com/dotnet/runtime/commits/v9.0.1) Updates `System.Reflection.Metadata` from 9.0.0 to 9.0.1 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v9.0.0...v9.0.1) --- updated-dependencies: - dependency-name: System.Collections.Immutable dependency-type: direct:production update-type: version-update:semver-major - dependency-name: System.Reflection.Metadata dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 65d78e2 commit ab57036

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Tests/Benchmarks/Benchmarks.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@
1212
<PackageReference Include="BenchmarkDotNet" Version="0.14.0" />
1313
<PackageReference Include="Bogus" Version="35.6.1" />
1414
<!-- Resolve MSB3277 -->
15-
<PackageReference Include="System.Reflection.Metadata" Version="9.0.0" Condition="'$(TargetFramework)' == 'net472'" />
15+
<PackageReference Include="System.Reflection.Metadata" Version="9.0.1" Condition="'$(TargetFramework)' == 'net472'" />
1616
</ItemGroup>
1717
</Project>

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

Lines changed: 1 addition & 1 deletion
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="[1.5.0]" />
20+
<PackageReference Include="System.Collections.Immutable" Version="[9.0.1]" />
2121
</ItemGroup>
2222

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

Tests/FluentAssertions.Specs/FluentAssertions.Specs.csproj

Lines changed: 1 addition & 1 deletion
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="[1.5.0]" />
20+
<PackageReference Include="System.Collections.Immutable" Version="[9.0.1]" />
2121
</ItemGroup>
2222

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

0 commit comments

Comments
 (0)