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'd like to request the ability to switch to a dll file path instead of a project reference.
For example, I'd like to be able to test a dll built from a project, but don't want to add the project to the current solution. And so I just want to reference "..\Common\MySharedDependency\bin\Release\MySharedDependency.dll".
Thank you.
The text was updated successfully, but these errors were encountered:
I currently don't have plans to work on this project and add features... I'm planning to reimplement the project as a command line tool with support for .NET Core and the new msbuild projects... I'm not sure yet if this will also support the "old" msbuild project types (i.e. with packages.config instead of <PackageReference tags)
Hi.
Thank you for NuGetReferenceSwitcher.
I'd like to request the ability to switch to a dll file path instead of a project reference.
For example, I'd like to be able to test a dll built from a project, but don't want to add the project to the current solution. And so I just want to reference "..\Common\MySharedDependency\bin\Release\MySharedDependency.dll".
Thank you.
The text was updated successfully, but these errors were encountered: