Skip to content

Update to .NET 10#100

Merged
martincostello merged 5 commits intomainfrom
dotnet-vnext
Sep 13, 2025
Merged

Update to .NET 10#100
martincostello merged 5 commits intomainfrom
dotnet-vnext

Conversation

@costellobot
Copy link
Collaborator

@costellobot costellobot commented Feb 25, 2025

Summary 🚀

Update to .NET 10.

Changes 📝

  • Update .NET SDK to 10.0.100
  • Update target framework to net10.0

Further Reading 📖

🤖 This pull request was generated by GitHub Actions using .NET Bumper.

@costellobot costellobot added .NET Pull requests that update .NET code dependencies Pull requests that update a dependency file enhancement New feature or request labels Feb 25, 2025
@martincostello martincostello force-pushed the dotnet-vnext branch 3 times, most recently from b69a0eb to 95c16f5 Compare March 18, 2025 17:32
@martincostello martincostello force-pushed the dotnet-vnext branch 2 times, most recently from da23288 to a133b6e Compare April 8, 2025 20:51
@martincostello
Copy link
Owner

@costellobot rebase

martincostello and others added 5 commits September 9, 2025 17:59
Update to preview 4 of .NET 10.
Update .NET SDK to version 10.0.100-preview.5.25277.114.

---
updated-dependencies:
- dependency-name: Microsoft.NET.Sdk
  dependency-version: 10.0.100-preview.5.25277.114
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: costellobot <102549341+costellobot@users.noreply.github.com>
Update to preview 6 of .NET Core 10.
Update .NET SDK to version 10.0.100-preview.7.25380.108.

---
updated-dependencies:
- dependency-name: Microsoft.NET.Sdk
  dependency-version: 10.0.100-preview.7.25380.108
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: costellobot <102549341+costellobot@users.noreply.github.com>
Update .NET SDK to version 10.0.100-rc.1.25451.107.

---
updated-dependencies:
- dependency-name: Microsoft.NET.Sdk
  dependency-version: 10.0.100-rc.1.25451.107
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: costellobot <102549341+costellobot@users.noreply.github.com>
@martincostello martincostello marked this pull request as ready for review September 13, 2025 10:18
Copilot AI review requested due to automatic review settings September 13, 2025 10:18
@martincostello martincostello merged commit 3de4013 into main Sep 13, 2025
10 checks passed
@martincostello martincostello deleted the dotnet-vnext branch September 13, 2025 10:18
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 the project from .NET 9 to .NET 10, upgrading the SDK version and target framework across the codebase.

  • Update .NET SDK version from 9.0.305 to 10.0.100-rc.1.25451.107
  • Change target framework from net9.0 to net10.0 across all project files and scripts
  • Update Visual Studio configuration and VS Code launch settings to use .NET 10

Reviewed Changes

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

Show a summary per file
File Description
global.json Updates SDK version to .NET 10 RC
src/DotNetBenchmarks/DotNetBenchmarks.csproj Changes target framework to net10.0
startvscode.cmd Updates TARGET environment variable to net10.0
benchmark.ps1 Changes default framework parameter to net10.0
.vsconfig Updates Visual Studio component to .NET 10 runtime
.vscode/launch.json Updates VS Code launch configuration path for net10.0

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

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 New feature or request .NET Pull requests that update .NET code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants