Skip to content

Commit 55d2b8b

Browse files
deps: bump Microsoft.Extensions.DependencyInjection.Abstractions
Bumps [Microsoft.Extensions.DependencyInjection.Abstractions](https://github.com/dotnet/runtime) from 5.0.0 to 9.0.4. - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v5.0.0...v9.0.4) --- updated-dependencies: - dependency-name: Microsoft.Extensions.DependencyInjection.Abstractions dependency-version: 9.0.4 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0183ba8 commit 55d2b8b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Src/Notion.Client/Notion.Client.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
<VersionPrefix>4.2.0-preview</VersionPrefix>
@@ -22,7 +22,7 @@
2222
<PackageReference Include="Newtonsoft.Json" Version="13.0.2" />
2323
<PackageReference Include="JsonSubTypes" Version="1.8.0" />
2424
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="5.0.0" />
25-
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="5.0.0" />
25+
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="9.0.4" />
2626
</ItemGroup>
2727

2828
<ItemGroup>

0 commit comments

Comments
 (0)