Skip to content

Commit 5c751a2

Browse files
build(deps): bump System.Collections.Immutable from 7.0.0 to 9.0.2
Bumps [System.Collections.Immutable](https://github.com/dotnet/runtime) from 7.0.0 to 9.0.2. - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v7.0.0...v9.0.2) --- 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 2cb0ac0 commit 5c751a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

APIMatic.Core/APIMatic.Core.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

33
<PropertyGroup>
44
<TargetFramework>netstandard2.0</TargetFramework>
@@ -37,7 +37,7 @@
3737
<PrivateAssets>all</PrivateAssets>
3838
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
3939
</PackageReference>
40-
<PackageReference Include="System.Collections.Immutable" Version="7.0.0" />
40+
<PackageReference Include="System.Collections.Immutable" Version="9.0.5" />
4141
<PackageReference Include="Newtonsoft.Json" Version="[13.0.1,)" />
4242
</ItemGroup>
4343
<ItemGroup>

0 commit comments

Comments
 (0)