Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
CodeStoneK opened this issue Feb 23, 2018 · 2 comments
Open

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

CodeStoneK opened this issue Feb 23, 2018 · 2 comments

Comments

@CodeStoneK
Copy link

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
Copy link
Owner

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
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants