You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This package can be used as an [MSBuild project SDK](https://learn.microsoft.com/visualstudio/msbuild/how-to-use-project-sdk) and includes the following files:
48
+
49
+
- MSBuild files (`.props` and `.targets`)
50
+
- Default configuration (items and properties) for .NET projects
51
+
- Default configuration for code analyzers
52
+
- Tools and MSBuild tasks for building and packaging
**Note that the package [Smdn.MSBuild.ProjectAssets.Common](https://www.nuget.org/packages/Smdn.MSBuild.ProjectAssets.Common) must also be imported in order to use this package.**
48
+
49
+
This package can be used as an [MSBuild project SDK](https://learn.microsoft.com/visualstudio/msbuild/how-to-use-project-sdk) and includes the following files:
50
+
51
+
- MSBuild files (`.props` and `.targets`)
52
+
- Default configuration (items and properties) for library projects
53
+
- Default configuration for code analyzers
54
+
- Tools and MSBuild tasks for building, testing and packaging
0 commit comments