RicoSuter/NuGetReferenceSwitcher

Visual Studio 2019 support

crystalgreen opened this issue · 8 comments

It would be helpful to support the new Visual Studio 2019.

Not planned - please use dnt instead: https://github.com/RicoSuter/DNT

Okay, thanks for the info.

Does DNT work for .NET Framework projects as well? It looks like 'core-only' to me.

It should work - it shurely does for SDK-style projects targeting full .net - but I think it should also work for legacy projects...

I get an error on all my projects, 'foobar.csproj could not be loaded: Could not locate the tools (MSBuild) path.' But it has worked partially: the projects that represent the Nuget packages have been added to the solution, but the references are still pointing to the DLLs in the packages folder.
Can I create an issue for this?

Do you have vs 2017 installed?

Vs 2019 not ready yet there too: RicoSuter/DNT#37 (comment)

Thanks, I will wait for that and in the mean time move back to VS2017 if I need reference switching. Thanks for your help.