Skip to content
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

Nuget update to flag Dotnet6 support #22

Open
Kolossi opened this issue May 3, 2023 · 0 comments
Open

Nuget update to flag Dotnet6 support #22

Kolossi opened this issue May 3, 2023 · 0 comments

Comments

@Kolossi
Copy link

Kolossi commented May 3, 2023

As per title, can the nuget package be updated (or a new submission made if updating that one is not possible) to include the fact that Dotnet6 is supported?

The current nuget version actually seems to work ok, but I'm getting warnings in vscode because it doesn't declare that it supports dotnet6, e.g. the microsoft C# plugin reports errors on load and outputs:

Error: Package 'NativeMessaging 2.0.0' was restored using '.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8, .NETFramework,Version=v4.8.1' instead of the project target framework 'net6.0-windows7.0'. This package may not be fully compatible with your project.

and dotnet build gives:

warning NU1701: Package 'NativeMessaging 2.0.0' was restored using '.NETFramework,Version=v4.6.1, .NETFramework,V
ersion=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8, .NETFramework,Version=v4.8.1' instead of the  
project target framework 'net6.0-windows7.0'. This package may not be fully compatible with your project.

Thanks!

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

1 participant