Skip to content

Will Nyancat be published in NuGet for .NET 6? #12

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

Open
jmoralesv opened this issue Jul 23, 2023 · 2 comments
Open

Will Nyancat be published in NuGet for .NET 6? #12

jmoralesv opened this issue Jul 23, 2023 · 2 comments

Comments

@jmoralesv
Copy link

Hello!
I wanted to know if Nyancat will be published for .NET 6 in NuGet.org anytime soon because, after installing it as a global .NET tool in a machine with the SDK of .NET Core 3.1, .NET 6 and .NET 7 installed, this error is displayed when trying to run it:

You must install or update .NET to run this application.

App: C:\Users\Jorge\.dotnet\tools\nyancat.exe
Architecture: x64
Framework: 'Microsoft.NETCore.App', version '5.0.0' (x64)
.NET location: C:\Program Files\dotnet\

The following frameworks were found:
  3.1.32 at [C:\Program Files\dotnet\shared\Microsoft.NETCore.App]
  6.0.20 at [C:\Program Files\dotnet\shared\Microsoft.NETCore.App]
  7.0.9 at [C:\Program Files\dotnet\shared\Microsoft.NETCore.App]

Learn about framework resolution:
https://aka.ms/dotnet/app-launch-failed

To install missing framework, download:
https://aka.ms/dotnet-core-applaunch?framework=Microsoft.NETCore.App&framework_version=5.0.0&arch=x64&rid=win10-x64

image

I can see that Nyancat is compatible with .NET Core 3.1 and .NET 5 in NuGet.org:
https://www.nuget.org/packages/nyancat#supportedframeworks-body-tab

However .NET 5 is out of support since May 2022, according to the support lifecycle:
https://dotnet.microsoft.com/en-us/platform/support/policy/dotnet-core

And according to the code, there is support for .NET 6 in the Nyancat.csproj file, so I think the code is not the issue. Maybe the GitHub Action workflow has to be run to push the .NET 6 compatible version?

Thanks for your help on this!

@vandycknick
Copy link
Owner

Ah, I see what happened now. I never tagged up the repo, so a new version with .net 6 never went out to Nuget. Thanks for flagging this. I'll have a look at it this week. 👍

@jmoralesv
Copy link
Author

Hi @vandycknick is there any update on this one? There is no recent version compatible with .NET 6 in NuGet yet.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants