Merged
Conversation
b69a0eb to
95c16f5
Compare
da23288 to
a133b6e
Compare
74f5b37 to
e61056e
Compare
e1e5280 to
1aeda00
Compare
d6ba184 to
10176b4
Compare
27ea388 to
341c306
Compare
341c306 to
10b9418
Compare
3fe8132 to
32b7690
Compare
Owner
|
@costellobot rebase |
32b7690 to
0621a1c
Compare
0621a1c to
f2deb19
Compare
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>
c5564f8 to
60360a5
Compare
martincostello
approved these changes
Sep 13, 2025
There was a problem hiding this comment.
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary 🚀
Update to .NET 10.
Changes 📝
10.0.100net10.0Further Reading 📖
🤖 This pull request was generated by GitHub Actions using .NET Bumper.