.NET 10 support #156

Open
opened 2026-01-29 16:30:47 +00:00 by claunia · 2 comments
Owner

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

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`
Author
Owner

@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:

$ dotnet tool install --global dotnet-deb --allow-roll-forward
$ dotnet tool install --global dotnet-rpm --allow-roll-forward

After that you should be able to use the tools as normal with .NET 10 projects.

@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: ```bash $ dotnet tool install --global dotnet-deb --allow-roll-forward $ dotnet tool install --global dotnet-rpm --allow-roll-forward ``` After that you should be able to use the tools as normal with .NET 10 projects.
Author
Owner

@dowdybrown commented on GitHub (Jan 24, 2026):

I got this to work, but I had to uninstall .net 9 from VS2022 and VS2026 first.

@dowdybrown commented on GitHub (Jan 24, 2026): I got this to work, but I had to uninstall .net 9 from VS2022 and VS2026 first.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/dotnet-packaging#156