Skip to content

Commit dba2331

Browse files
Bump System.Collections.Immutable from 6.0.0 to 8.0.0
Bumps [System.Collections.Immutable](https://github.com/dotnet/runtime) from 6.0.0 to 8.0.0. - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v6.0.0...v8.0.0) --- updated-dependencies: - dependency-name: System.Collections.Immutable dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3e023cd commit dba2331

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/X.Spectator/X.Spectator.csproj

100755100644
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
<ItemGroup>
2424
<PackageReference Include="JetBrains.Annotations" Version="2021.3.0" />
25-
<PackageReference Include="System.Collections.Immutable" Version="6.0.0" />
25+
<PackageReference Include="System.Collections.Immutable" Version="8.0.0" />
2626
</ItemGroup>
2727

2828
</Project>

0 commit comments

Comments
 (0)