Tag: tips

Solution with multiple SDK projects, automatic NuGet version updating and .nupkg to local repository

Here are some tips/examples on setting up Visual Studio 2017, that helped me streamline development cycle when working with PackageReference / SDK / .NET Standard project types and building NuGet packages. The post covers: Building multiple targets (in this example: .NET 4.0, .NET 4.5 and .NET Standard) Setting different package references for different targets Setting…