A set of technologies in the .NET Framework for building web applications and XML web services.
If you want to use the .slnx format, you can just use the migrate tool. You have two options.
- If using current visual studio, right click solution and pick “save as xml solution (.slnx)”
- use the dotnet tool
dotnet sln <solution_name>.sln migrate
note: the migrate tool does not delete the old .sln file. You will need to delete after verifying the new works.