Skip to content

chore: update to .NET 10#1

Merged
philipp-meier merged 3 commits into
mainfrom
copilot/update-project-to-dotnet-10
Apr 25, 2026
Merged

chore: update to .NET 10#1
philipp-meier merged 3 commits into
mainfrom
copilot/update-project-to-dotnet-10

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Apr 25, 2026

Project was on .NET 8; Dockerfile was never updated past .NET 6. Brings both in sync on .NET 10.

Changes

Edap.csproj

  • TargetFramework: net8.0net10.0
  • Microsoft.EntityFrameworkCore, .Design, .Sqlite: 8.0.1110.0.0

Dockerfile

  • mcr.microsoft.com/dotnet/aspnet:6.010.0
  • mcr.microsoft.com/dotnet/sdk:6.010.0
Original prompt

Update the project to .NET 10

Update the project from .NET 8 to .NET 10 by making the following changes:

Edap.csproj

  • Change <TargetFramework>net8.0</TargetFramework><TargetFramework>net10.0</TargetFramework>
  • Update all Microsoft.EntityFrameworkCore.* package references from version 8.0.11 to 10.0.0:
    • Microsoft.EntityFrameworkCore10.0.0
    • Microsoft.EntityFrameworkCore.Design10.0.0
    • Microsoft.EntityFrameworkCore.Sqlite10.0.0

Dockerfile

The Dockerfile currently uses .NET 6.0 images (it was never updated from 6.0 to 8.0). Update both image references to .NET 10.0:

  • FROM mcr.microsoft.com/dotnet/aspnet:6.0 AS baseFROM mcr.microsoft.com/dotnet/aspnet:10.0 AS base
  • FROM mcr.microsoft.com/dotnet/sdk:6.0 AS buildFROM mcr.microsoft.com/dotnet/sdk:10.0 AS build

No other changes should be made.

The following is the prior conversation context from the user's chat exploration (may be truncated):

User: Please create a pull request for the update to .NET framework 10.

Assistant: Now I have all the information I need. I'll create a PR that:

  1. Updates Edap.csprojTargetFramework from net8.0net10.0 and all Microsoft.EntityFrameworkCore packages from 8.0.1110.0.0
  2. Updates Dockerfile — base images from 6.010.0

Assistant: We're waiting for your response to the confirmation dialog to proceed with creating the pull request.

This pull request was created from Copilot chat.

Agent-Logs-Url: https://github.com/philipp-meier/Edap/sessions/48de2e30-2ff8-4a6b-be47-cac887c02b2e

Co-authored-by: philipp-meier <58301325+philipp-meier@users.noreply.github.com>
Copilot AI changed the title [WIP] Update the project from .NET 8 to .NET 10 Update to .NET 10 Apr 25, 2026
Copilot AI requested a review from philipp-meier April 25, 2026 10:31
@philipp-meier philipp-meier changed the title Update to .NET 10 chore: update to .NET 10 Apr 25, 2026
@philipp-meier philipp-meier marked this pull request as ready for review April 25, 2026 11:24
@philipp-meier philipp-meier merged commit 0418f15 into main Apr 25, 2026
1 check passed
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.

2 participants