Skip to content

Commit 03d1c35

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 32b41e8 commit 03d1c35

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Foundatio.MessagePack/Foundatio.MessagePack.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<ItemGroup>
3-
<PackageReference Include="MessagePack" Version="2.5.187" />
3+
<PackageReference Include="MessagePack" Version="3.1.0" />
44
</ItemGroup>
55
<ItemGroup>
66
<ProjectReference Include="..\Foundatio\Foundatio.csproj" />

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.2" />
1313
</ItemGroup>

0 commit comments

Comments
 (0)