Skip to content

Commit b617de8

Browse files
dependabot[bot]CopilotCopilot
authored
Bump Microsoft.Extensions.DependencyInjection from 9.0.13 to 10.0.5 (#273)
* Bump Microsoft.Extensions.DependencyInjection from 9.0.13 to 10.0.5 --- updated-dependencies: - dependency-name: Microsoft.Extensions.DependencyInjection dependency-version: 10.0.5 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * Fix CI: update .NET SDK version to 9.0.x and actions to v4 The CI workflow was using .NET 6.0.x SDK and outdated action versions, causing build failures with .NET 9.0 target framework and 10.x packages. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Copilot <copilot@github.com> Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 82c11be commit b617de8

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/aspnetcore.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ jobs:
88
runs-on: ubuntu-latest
99

1010
steps:
11-
- uses: actions/checkout@v1
11+
- uses: actions/checkout@v4
1212
- name: Setup .NET Core
13-
uses: actions/setup-dotnet@v1
13+
uses: actions/setup-dotnet@v4
1414
with:
15-
dotnet-version: '6.0.x'
15+
dotnet-version: '9.0.x'
1616
- name: Install dependencies
1717
run: dotnet restore
1818
- name: Build

DIDemo/DIDemo.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<PrivateAssets>all</PrivateAssets>
1111
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1212
</PackageReference>
13-
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="9.0.12" />
13+
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="10.0.5" />
1414
<PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="10.0.5" />
1515
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="9.0.12" />
1616
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="9.0.14" />

0 commit comments

Comments
 (0)