Dependency warning VS 2022

Hi there,

I just migrated with @curtisw help our little plugin project. I have a little warning issue as shown in the images below.

The main project shows no errors or warnings:

But the depended projects do have warnings regarding the packages:

image

Is there someone that might have a clue.

Kindest
Christian

I suspect this is because all nuget versions remain .net 4.8 only - this is the latest info i have seen about it, Rhino.Inside .NET Core 7.0 - #7 by curtisw you can also see an example of the warning you may have in that thread

Hey @Christian_Hartz,

Congrats on getting your plugin going for .NET 7! The Grasshopper warning because we are currently only distributing the .NET 4.8 version in the nuget packages (it’s the same one you are ignoring during the build using <NoWarn>NU1701</NoWarn>, and is completely harmless.

We will eventually include net7.0 assemblies in our nuget packages which will address that.

2 Likes