MSBuildSDK style csproj & .Net frameworkIntroduction The sdk style csproj (csharp project style) are becoming the new standard for csproj files. All dotnet core and .netstandard…
MSBuildGenerate nupkg using msbuildIntroduction Among many other advantages of using sdk style csproj in our solutions, to be able to generate nupkg without a nuspec file is a…