Skip to content

Commit 8284d38

Browse files
Bump System.Collections.Immutable from 8.0 to 9.0.1
Bumps [System.Collections.Immutable](https://github.com/dotnet/runtime) from 8.0 to 9.0.1. - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v8.0.0...v9.0.1) --- 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 f7524ee commit 8284d38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Foundatio.Xunit/Foundatio.Xunit.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<ProjectReference Include="..\Foundatio\Foundatio.csproj" />
88
</ItemGroup>
99
<ItemGroup>
10-
<PackageReference Include="System.Collections.Immutable" Version="8.0" />
10+
<PackageReference Include="System.Collections.Immutable" Version="9.0.1" />
1111
<PackageReference Include="Microsoft.Extensions.Logging" Version="8.0" />
1212
<PackageReference Include="xunit" Version="2.9.3" />
1313
</ItemGroup>

0 commit comments

Comments
 (0)