Provides MSBuild project SDK that includes configurations commonly used by the library projects.
$ dotnet add package Smdn.MSBuild.ProjectAssets.LibraryProvides MSBuild project SDK that includes configurations commonly used by the library projects.
This package can be used as an MSBuild project SDK and includes the following files:
.props and .targets)
See GitHub repository for detail.
Note that the package Smdn.MSBuild.ProjectAssets.Common must also be imported in order to use this package.
Starting with version 1.11.0, Smdn.MSBuild.ProjectAssets.Common will be implicitly imported when you import this package as a MSBuild project SDK.
If you use older versions, or import props/targets files individually, you must explicitly import Smdn.MSBuild.ProjectAssets.Common as well.