Skip to content

Commit 61936dc

Browse files
Bump System.Collections.Immutable from 5.0.0 to 7.0.0
Bumps [System.Collections.Immutable](https://github.com/dotnet/runtime) from 5.0.0 to 7.0.0. - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](https://github.com/dotnet/runtime/commits) --- 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 0648eb9 commit 61936dc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Hyperion.Tests/Hyperion.Tests.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
<ItemGroup>
6565
<PackageReference Include="FluentAssertions" Version="$(FluentAssertionsVersion)" />
6666
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="$(TestSdkVersion)" />
67-
<PackageReference Include="System.Collections.Immutable" Version="5.0.0" />
67+
<PackageReference Include="System.Collections.Immutable" Version="7.0.0" />
6868
<PackageReference Include="System.Security.Principal.Windows" Version="5.0.0" />
6969
<PackageReference Include="xunit" Version="$(XunitVersion)" />
7070
<PackageReference Include="xunit.runner.visualstudio" Version="$(XunitRunnerVersion)" />

src/Hyperion/Hyperion.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
</ItemGroup>
3434

3535
<ItemGroup>
36-
<PackageReference Include="System.Collections.Immutable" Version="5.0.0" />
36+
<PackageReference Include="System.Collections.Immutable" Version="7.0.0" />
3737
<PackageReference Include="System.Runtime.Serialization.Primitives" Version="4.3.0" />
3838
</ItemGroup>
3939

0 commit comments

Comments
 (0)