Skip to content

Commit 4eb7076

Browse files
Bump Microsoft.AspNetCore.Mvc.Core and Microsoft.Extensions.DependencyInjection
Bumps [Microsoft.AspNetCore.Mvc.Core](https://github.com/dotnet/aspnetcore) and [Microsoft.Extensions.DependencyInjection](https://github.com/dotnet/runtime). These dependencies needed to be updated together. Updates `Microsoft.AspNetCore.Mvc.Core` from 2.2.5 to 2.3.0 - [Release notes](https://github.com/dotnet/aspnetcore/releases) - [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md) - [Commits](https://github.com/dotnet/aspnetcore/commits) Updates `Microsoft.Extensions.DependencyInjection` from 8.0.1 to 8.0.1 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v8.0.1...v8.0.1) --- updated-dependencies: - dependency-name: Microsoft.AspNetCore.Mvc.Core dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: Microsoft.Extensions.DependencyInjection dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d62eb30 commit 4eb7076

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/DroidSolutions.Oss.AuthClaimBinderTest/DroidSolutions.Oss.AuthClaimBinderTest.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1313
<PrivateAssets>all</PrivateAssets>
1414
</PackageReference>
15-
<PackageReference Include="Microsoft.AspNetCore.Mvc.Core" Version="2.2.5" />
15+
<PackageReference Include="Microsoft.AspNetCore.Mvc.Core" Version="2.3.0" />
1616
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="8.0.1" />
1717
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.13.0" />
1818
<PackageReference Include="Moq" Version="4.20.72" />

0 commit comments

Comments
 (0)