mirror of
https://github.com/quamotion/dotnet-packaging.git
synced 2026-02-13 05:35:19 +00:00
.NET 10 support #156
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @MattInternet on GitHub (Dec 27, 2025).
It looks like you've recently pushed changes to support .NET 10 but themost recent version on nuget (
0.1.232) doesnt seem to support it:error NETSDK1045: The current .NET SDK does not support targeting .NET 10.0. Either target .NET 9.0 or lower, or use a version of the .NET SDK that supports .NET 10.0@ens-scmeeu commented on GitHub (Jan 15, 2026):
In the interim, this seems to work for me to get .NET 10 support until they are officially supported in the NuGet packages:
After that you should be able to use the tools as normal with .NET 10 projects.
@dowdybrown commented on GitHub (Jan 24, 2026):
I got this to work, but I had to uninstall .net 9 from VS2022 and VS2026 first.