RicoSuter / NuGetReferenceSwitcher

Visual Studio extension to switch between NuGet and project references.
http://nugetreferenceswitcher.org
Microsoft Public License
208 stars 69 forks source link

Error: "Specified method is not supported" in VS 2017 #40

Open CodeStoneK opened 6 years ago

CodeStoneK commented 6 years ago

I have an Asp.Net Core project referencing my own lib, which is dependent on another library. I have all 3 projects opened in one solution, referencing the dependencies via NuGet. When I try to switch from NuGet to Project reference, I get the following error:

"Specified method is not supported."

Please let me know what I am missing.

Thanks.

RicoSuter commented 6 years ago

NuGetReferenceSwitcher does not work with the new csproj format (i.e. PackageReference tags). It only works with the old full .NET Framework projects... I'm working on new tools to support .net standard and .net core

RicoSuter commented 6 years ago

See https://github.com/RSuter/DNT