-
-
Notifications
You must be signed in to change notification settings - Fork 515
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
Add Support .NET8 #1662
Labels
Comments
You should recheck your package configuration, network connection, and methodology. I was able to add the specified package in a .NET 8 console application without any issues at all.
|
@RobertZFord Thanks. My
|
I've achieved my goal so I'll close it.Thank you for your trouble. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Summury
I want support net8.
Background
Nuget page is said net5 is compatible target framework.
And net8 is
Included target framework(s) (in package)
.But actual, there is no support for net8.
Download page is now .NET8.
Expected
Can add
Spectre.Console
withdotnet add main package Spectre.Console
command.Target is like this
main.cproj
.Actual
Thanks
I'm currently learning C# and may not be able to contribute to this project.
But I want use Spectre.Console in my project LTS.
Spectre.Console is Awesome project, Thanks for all contributers.
If I can contribute, I'd be happy to help.
The text was updated successfully, but these errors were encountered: