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
That would happen if your Default Framework Version (under Edit/Preferences/Query) was 8 or earlier.
YES that was it!
thank you!!
This one (maintained by me) supports .NET 3.1+. You can use the code as reference.
https://nuget.info/packages/CsvLINQPadDriver/8.12.0