Home General

Net 9 custom driver publish on nuget

Hi,
I've developed a custom driver to connect to a proprietary application, that is now targeting net9. If manually installed, driver works fine, but when I try to install it from nuget, it complains that there are no compatible assemblies in the package.

Driver is published here: https://www.nuget.org/packages/NettunoSolutions.Kappa.LINQPadDriver
and it started to give the error after I've upgraded it to net9. It seems it's looking for something in net8 folder instead of net9.
That driver needs to load net9 assemblies from my proprietary application, what should I do ?

Thanks,
Marco

Comments

Sign In or Register to comment.