Skip to content

Commit ce5cb34

Browse files
Bump Microsoft.Extensions.DependencyInjection.Abstractions from 9.0.0 to 10.0.1
--- updated-dependencies: - dependency-name: Microsoft.Extensions.DependencyInjection.Abstractions dependency-version: 10.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2e080eb commit ce5cb34

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

FinancialModelingPrepApi/FinancialModelingPrepApi.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,13 @@
2828
</PropertyGroup>
2929

3030
<ItemGroup Condition="'$(TargetFramework)' == 'net8.0'">
31-
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="9.0.0" />
31+
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="10.0.1" />
3232
<PackageReference Include="Microsoft.Extensions.Http" Version="9.0.0" />
3333
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="9.0.0" />
3434
</ItemGroup>
3535

3636
<ItemGroup Condition="'$(TargetFramework)' == 'net7.0'">
37-
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="8.0.2" />
37+
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="10.0.1" />
3838
<PackageReference Include="Microsoft.Extensions.Http" Version="8.0.1" />
3939
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="8.0.2" />
4040
</ItemGroup>

0 commit comments

Comments
 (0)