You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
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.
The text was updated successfully, but these errors were encountered: