Skip to content

Commit 01bbc33

Browse files
Bump System.Collections.Immutable from 5.0.0 to 6.0.0
Bumps [System.Collections.Immutable](https://github.com/dotnet/runtime) from 5.0.0 to 6.0.0. - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v5.0.0...v6.0.0) --- updated-dependencies: - dependency-name: System.Collections.Immutable dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 35c3b9e commit 01bbc33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Hyperion.Tests/Hyperion.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<ItemGroup>
2929
<PackageReference Include="FluentAssertions" Version="$(FluentAssertionsVersion)" />
3030
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="$(TestSdkVersion)" />
31-
<PackageReference Include="System.Collections.Immutable" Version="5.0.0" />
31+
<PackageReference Include="System.Collections.Immutable" Version="6.0.0" />
3232
<PackageReference Include="xunit" Version="$(XunitVersion)" />
3333
<PackageReference Include="xunit.runner.visualstudio" Version="$(XunitRunnerVersion)" />
3434
</ItemGroup>

0 commit comments

Comments
 (0)