RicoSuter/DNT

switch-to-projects with multiple types of projects

Closed this issue · 3 comments

What if in my solution I have 1 project that is .NET Standard and another project that is .NET Framework (that depends on .NET standard project)? switch-to-projects will not work then am I right?

I think it should work if all projects are sdk-style projects (i.e. use <PackageReference …> and not packages.config). So it is not dependent on the framework/netstandard used but the project type (no legacy projects)

@RSuter I see, there isn't any straightforward way to convert old projects to new format though(except maybe this: https://github.com/hvanbakel/CsprojToVs2017). Thanks for the answer.

Can you test with this pr? It adds support for legacy projects...

#15