Relative Content

Tag Archive for .netmsbuildnuget-packagedotnet-cli

Multi-Framework Targeting for NuGet Packages

Background – My Build Scripting I would like to use the dotnet CLI to create a nuget package that can target the following frameworks: net462, net48, net8.0. My library has no dependencies (i.e. it doesn’t require any other NuGet packages or projects). I have written a powershell build script that builds my library such that […]