How to upgrade csproj files with VS2017
VS2017 has so far correctly converted several project.json / .xproj based projects to the new .csproj format. I would also like to use the new .csproj format with older .csproj projects that previously targeted only .NET Framework (i.e. they didn't work with dnx/dotnet CLI). It seems that even if a project would still only target .NET Framework, the benefits of <PackageReference> and an easily editable .csproj file seem worth the (hopefully not too great) trouble. Is this possible to do with Visual Studio 2017 directly? If not, what manual steps would be required? Mark I'm editing my answer to