In the latest post I talked about how we can migrate project files from VS 2015 to VS 2017 and the changes introduced in this migration. One of the improvements is that the new project file is based on .NET SDK that we can use to manage the project. Of course we can continue to... Continue Reading →
Migrate csproj file from VS 2015 to VS 2017 and .NET SDK
With the release of Visual Studio 2017 and the introduction of .NET Core, Microsoft has implemented a new version of csproj files, simplier, lighter and easier to mantain and modify. The new version has nothing in common with the older and if we want to migrate the older Visual Studio 2015 projects to the newer... Continue Reading →