Skip to content

Update to .NET 10#157

Merged
martincostello merged 1 commit intomainfrom
dotnet-10
Nov 13, 2025
Merged

Update to .NET 10#157
martincostello merged 1 commit intomainfrom
dotnet-10

Conversation

@martincostello
Copy link
Member

Update samples to target .NET 10.

Update samples to target .NET 10.
Copilot AI review requested due to automatic review settings November 13, 2025 17:24
@martincostello martincostello added enhancement dependencies Pull requests that update a dependency file .NET Pull requests that update .net code labels Nov 13, 2025
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR updates all project files to target .NET 10, upgrading from .NET 9. The changes include updating the SDK version, target framework monikers, and Microsoft package dependencies.

  • Updated global.json SDK version from 9.0.100 to 10.0.100
  • Updated all project target frameworks from net9.0 to net10.0
  • Upgraded Microsoft.EntityFrameworkCore.InMemory and Microsoft.Extensions.Logging.Console packages to version 10.0.0

Reviewed Changes

Copilot reviewed 5 out of 5 changed files in this pull request and generated no comments.

Show a summary per file
File Description
global.json Updated SDK version to 10.0.100
PollyTestWebApi/PollyTestWebApi.csproj Updated target framework to net10.0
PollyTestClientWpf/PollyTestClientWpf.csproj Updated target framework to net10.0-windows
PollyTestClientConsole/PollyTestClientConsole.csproj Updated target framework to net10.0
PollyDemos/PollyDemos.csproj Updated target framework to net10.0 and Microsoft packages to version 10.0.0

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@martincostello martincostello merged commit a8f5248 into main Nov 13, 2025
12 checks passed
@martincostello martincostello deleted the dotnet-10 branch November 13, 2025 17:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file enhancement .NET Pull requests that update .net code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants