Skip to content

Commit e36a1ee

Browse files
build(deps): bump System.Collections.Immutable in /dotnet
Bumps [System.Collections.Immutable](https://github.com/dotnet/runtime) from 8.0.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 25db064 commit e36a1ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dotnet/src/StackExchange.StacksIcons.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<LangVersion>latest</LangVersion>
44
<TargetFrameworks>net6.0;net8.0</TargetFrameworks>
@@ -41,6 +41,6 @@
4141

4242
<ItemGroup>
4343
<FrameworkReference Include="Microsoft.AspNetCore.App" />
44-
<PackageReference Include="System.Collections.Immutable" Version="8.0.0" />
44+
<PackageReference Include="System.Collections.Immutable" Version="9.0.3" />
4545
</ItemGroup>
4646
</Project>

0 commit comments

Comments
 (0)