Skip to content

Update to .NET 10#734

Merged
github-actions[bot] merged 1 commit intomasterfrom
update-to-dotnet-10-10380287125400664381
Feb 16, 2026
Merged

Update to .NET 10#734
github-actions[bot] merged 1 commit intomasterfrom
update-to-dotnet-10-10380287125400664381

Conversation

@Jadhielv
Copy link
Owner

@Jadhielv Jadhielv commented Feb 16, 2026

This PR updates the entire solution from .NET 9 to .NET 10. It includes:

  • TargetFramework updates in .csproj files.
  • GitHub Actions workflow updates (dotnet-version: 10.0.100).
  • NuGet package updates for Microsoft.EntityFrameworkCore (10.0.0) and Microsoft.AspNetCore.Authentication (10.0.0).
  • README.md update.

PR created automatically by Jules for task 10380287125400664381 started by @Jadhielv

Summary by CodeRabbit

  • Chores
    • Upgraded platform from .NET 9 to .NET 10
    • Updated authentication and data access framework packages to .NET 10 compatible releases
    • Updated build configuration and CI/CD workflows to target .NET 10

- Updated TargetFramework to net10.0 in all .csproj files.
- Updated Microsoft.EntityFrameworkCore and Microsoft.AspNetCore.Authentication related packages to version 10.0.0.
- Updated .github/workflows/dotnet-core.yml to use dotnet-version 10.0.100.
- Updated README.md to reflect .NET 10 usage.

Co-authored-by: Jadhielv <24376900+Jadhielv@users.noreply.github.com>
@google-labs-jules
Copy link
Contributor

👋 Jules, reporting for duty! I'm here to lend a hand with this pull request.

When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down.

I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job!

For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with @jules. You can find this option in the Pull Request section of your global Jules UI settings. You can always switch back!

New to Jules? Learn more at jules.google/docs.


For security, I will only act on instructions from the user who triggered this task.

@github-actions github-actions bot merged commit 592d7d2 into master Feb 16, 2026
5 of 7 checks passed
@coderabbitai
Copy link

coderabbitai bot commented Feb 16, 2026

Caution

Review failed

The pull request is closed.

📝 Walkthrough

Walkthrough

The PR upgrades the project infrastructure from .NET 9 to .NET 10, updating the GitHub Actions workflow to use dotnet-version 10.0.100, modifying all backend project files to target net10.0, bumping related NuGet package dependencies to 10.0.0, and updating documentation references accordingly.

Changes

Cohort / File(s) Summary
CI/CD Configuration
.github/workflows/dotnet-core.yml
Updated dotnet-version from 9.0.100 to 10.0.100 for the Setup .NET Core step.
Backend Projects
Backend/src/ITL.API/ITL.API.csproj, Backend/src/ITL.Application/ITL.Application.csproj, Backend/src/ITL.Domain/ITL.Domain.csproj, Backend/src/ITL.Infrastructure/ITL.Infrastructure.csproj, Backend/src/ITL.Tests/ITL.Tests.csproj
Updated TargetFramework from net9.0 to net10.0 across all projects. Updated NuGet package references (AspNetCore.Authentication.JwtBearer, AspNetCore.Authentication.OpenIdConnect, EntityFrameworkCore.Design, and related EF Core packages) from 9.0.x versions to 10.0.0.
Documentation
README.md
Updated framework mention in Solution Design section from ".NET 9 C#" to ".NET 10 C#".

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~5 minutes

Poem

🐰 Hop hop, a new .NET day!
From nine to ten, we've upgraded our way,
Dependencies dance in versions so fine,
With dotnet-core at 10.0 divine!
The burrow now builds on frameworks brand new,
What a delight for the dev crew! 🚀

✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch update-to-dotnet-10-10380287125400664381

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@github-actions github-actions bot deleted the update-to-dotnet-10-10380287125400664381 branch February 16, 2026 19:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant