Skip to content

Update to .NET 10 #1347

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 13 commits into
base: main
Choose a base branch
from
Draft

Update to .NET 10 #1347

wants to merge 13 commits into from

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
  • Update NuGet package versions for .NET 10.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
Copy link

codecov bot commented Feb 25, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
⚠️ Please upload report for BASE (main@269d79d). Learn more about missing BASE report.
⚠️ Report is 6 commits behind head on main.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1347   +/-   ##
=======================================
  Coverage        ?   90.17%           
=======================================
  Files           ?       18           
  Lines           ?      285           
  Branches        ?       22           
=======================================
  Hits            ?      257           
  Misses          ?       20           
  Partials        ?        8           
Flag Coverage Δ
linux 90.17% <ø> (?)
macos 90.17% <ø> (?)
windows 90.17% <ø> (?)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@martincostello martincostello force-pushed the dotnet-vnext branch 4 times, most recently from 7d31d7e to 08da761 Compare March 18, 2025 17:49
@martincostello martincostello force-pushed the dotnet-vnext branch 2 times, most recently from e7fd368 to a41141d Compare April 8, 2025 21:02
@martincostello martincostello force-pushed the dotnet-vnext branch 2 times, most recently from 7a4f323 to 800d963 Compare April 24, 2025 04:22
@martincostello
Copy link
Owner

@costellobot rebase

@martincostello martincostello force-pushed the dotnet-vnext branch 2 times, most recently from bcb3e38 to b51ba51 Compare May 22, 2025 04:36
@martincostello martincostello force-pushed the dotnet-vnext branch 3 times, most recently from ed77628 to 924ed73 Compare June 10, 2025 18:59
@martincostello martincostello force-pushed the dotnet-vnext branch 2 times, most recently from 3010da4 to e9b8724 Compare August 5, 2025 19:25
martincostello and others added 11 commits August 11, 2025 05:09
Update to .NET 10 with .NET SDK version 10.0.100-preview.1.25120.13.

Co-Authored-By: costellobot <[email protected]>
* Update .NET SDK

Update .NET SDK to version 10.0.100-preview.2.25164.34.

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

Signed-off-by: costellobot <[email protected]>

* Bump .NET NuGet packages

Bumps .NET dependencies to their latest versions for the .NET 10.0.100-preview.2.25164.34 SDK.

Bumps Microsoft.AspNetCore.Mvc.Testing from 10.0.0-preview.1.25120.3 to 10.0.0-preview.2.25164.1.
Bumps Microsoft.AspNetCore.OpenApi from 10.0.0-preview.1.25120.3 to 10.0.0-preview.2.25164.1.

---
updated-dependencies:
- dependency-name: Microsoft.AspNetCore.Mvc.Testing
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: Microsoft.AspNetCore.OpenApi
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: costellobot <[email protected]>

---------

Signed-off-by: costellobot <[email protected]>
Update NuGet packages for preview 2.
* Update .NET SDK

Update .NET SDK to version 10.0.100-preview.3.25201.16.

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

Signed-off-by: costellobot <[email protected]>

* Bump .NET NuGet packages

Bumps .NET dependencies to their latest versions for the .NET 10.0.100-preview.3.25201.16 SDK.

Bumps Microsoft.AspNetCore.Mvc.Testing from 10.0.0-preview.2.25164.1 to 10.0.0-preview.3.25172.1.
Bumps Microsoft.AspNetCore.OpenApi from 10.0.0-preview.2.25164.1 to 10.0.0-preview.3.25172.1.
Bumps Microsoft.EntityFrameworkCore.Sqlite from 10.0.0-preview.2.25163.8 to 10.0.0-preview.3.25171.6.

---
updated-dependencies:
- dependency-name: Microsoft.AspNetCore.Mvc.Testing
  dependency-version: 10.0.0-preview.3.25172.1
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: Microsoft.AspNetCore.OpenApi
  dependency-version: 10.0.0-preview.3.25172.1
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: Microsoft.EntityFrameworkCore.Sqlite
  dependency-version: 10.0.0-preview.3.25171.6
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: costellobot <[email protected]>

---------

Signed-off-by: costellobot <[email protected]>
Update NuGet package for .NET 10 preview 3.
* Update .NET SDK

Update .NET SDK to version 10.0.100-preview.4.25258.110.

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

Signed-off-by: costellobot <[email protected]>

* Bump .NET NuGet packages

Bumps .NET dependencies to their latest versions for the .NET 10.0.100-preview.4.25258.110 SDK.

Bumps Microsoft.AspNetCore.Mvc.Testing from 10.0.0-preview.3.25172.1 to 10.0.0-preview.4.25258.110.
Bumps Microsoft.AspNetCore.OpenApi from 10.0.0-preview.3.25172.1 to 10.0.0-preview.4.25258.110.
Bumps Microsoft.EntityFrameworkCore.Sqlite from 10.0.0-preview.3.25171.6 to 10.0.0-preview.4.25258.110.

---
updated-dependencies:
- dependency-name: Microsoft.AspNetCore.Mvc.Testing
  dependency-version: 10.0.0-preview.4.25258.110
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: Microsoft.AspNetCore.OpenApi
  dependency-version: 10.0.0-preview.4.25258.110
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: Microsoft.EntityFrameworkCore.Sqlite
  dependency-version: 10.0.0-preview.4.25258.110
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: costellobot <[email protected]>

---------

Signed-off-by: costellobot <[email protected]>
Bump AspNet.Security.OAuth.GitHub for .NET 10 preview 4.
* Update .NET SDK

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 <[email protected]>

* Bump .NET NuGet packages

Bumps .NET dependencies to their latest versions for the .NET 10.0.100-preview.5.25277.114 SDK.

Bumps Microsoft.AspNetCore.Mvc.Testing from 10.0.0-preview.4.25258.110 to 10.0.0-preview.5.25277.114.
Bumps Microsoft.AspNetCore.OpenApi from 10.0.0-preview.4.25258.110 to 10.0.0-preview.5.25277.114.
Bumps Microsoft.EntityFrameworkCore.Sqlite from 10.0.0-preview.4.25258.110 to 10.0.0-preview.5.25277.114.

---
updated-dependencies:
- dependency-name: Microsoft.AspNetCore.Mvc.Testing
  dependency-version: 10.0.0-preview.5.25277.114
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: Microsoft.AspNetCore.OpenApi
  dependency-version: 10.0.0-preview.5.25277.114
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: Microsoft.EntityFrameworkCore.Sqlite
  dependency-version: 10.0.0-preview.5.25277.114
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: costellobot <[email protected]>

---------

Signed-off-by: costellobot <[email protected]>
Update AspNet.Security.OAuth.GitHub for .NET 10 preview 5.
Update to preview 6 of ASP.NET Core 10.
Use the new `UseKestrel()` method for `WebApplicationFactory<T>` to remove the customisation needed to host the application on an HTTP port.
* Update .NET SDK

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 <[email protected]>

* Bump .NET NuGet packages

Bumps .NET dependencies to their latest versions for the .NET 10.0.100-preview.7.25380.108 SDK.

Bumps Microsoft.AspNetCore.Mvc.Testing from 10.0.0-preview.6.25358.103 to 10.0.0-preview.7.25380.108.
Bumps Microsoft.AspNetCore.OpenApi from 10.0.0-preview.6.25358.103 to 10.0.0-preview.7.25380.108.
Bumps Microsoft.EntityFrameworkCore.Sqlite from 10.0.0-preview.6.25358.103 to 10.0.0-preview.7.25380.108.

---
updated-dependencies:
- dependency-name: Microsoft.AspNetCore.Mvc.Testing
  dependency-version: 10.0.0-preview.7.25380.108
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: Microsoft.AspNetCore.OpenApi
  dependency-version: 10.0.0-preview.7.25380.108
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: Microsoft.EntityFrameworkCore.Sqlite
  dependency-version: 10.0.0-preview.7.25380.108
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: costellobot <[email protected]>

---------

Signed-off-by: costellobot <[email protected]>
Update NuGet packages for .NET 10 preview 7.
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.

2 participants