Skip to content

Commit cb15df6

Browse files
Bump System.Collections.Immutable from 6.0.0 to 7.0.0 (#7)
Bumps [System.Collections.Immutable](https://github.com/dotnet/runtime) from 6.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] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 395ef90 commit cb15df6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/MyNihongo.LinqAsync.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
</PropertyGroup>
2121

2222
<ItemGroup Condition=" '$(TargetFramework)' == 'netstandard2.0' ">
23-
<PackageReference Include="System.Collections.Immutable" Version="6.0.0" />
23+
<PackageReference Include="System.Collections.Immutable" Version="7.0.0" />
2424
</ItemGroup>
2525

2626
<ItemGroup>

0 commit comments

Comments
 (0)