MSBuild.SDK.SystemWeb.RazorLibrary
4.0.106
<Sdk Name="MSBuild.SDK.SystemWeb.RazorLibrary" Version="4.0.106" />
#:sdk MSBuild.SDK.SystemWeb.RazorLibrary@4.0.106
MSBuild.SDK.SystemWeb.RazorLibrary
This project complements the MSBuild.SDK.SystemWeb SDK (based on the discussion and ideas in Add support for ASP.NET (non-Core) projects) by adding an SDK project type for Razor Libraries. This uses the RazorGenerator project to provide compile time support for MVC5 views with-in a library.
How can I use this SDKs?
When using an MSBuild Project SDK obtained via NuGet (such as the SDKs in this repo) a specific version must be specified.
Either append the version to the package name:
<Project Sdk="MSBuild.SDK.SystemWeb.RazorLibrary/4.0.106">
...
Or omit the version from the SDK attribute and specify it in the version in global.json, which can be useful to synchronise versions across multiple projects in a solution:
{
"msbuild-sdks": {
"MSBuild.SDK.SystemWeb.RazorLibrary" : "4.0.106"
}
}
You can also use the templates to easily create new projects.
Documentation
For more information see
Learn more about Target Frameworks and .NET Standard.
-
.NETFramework 4.7.2
- No dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 4.0.106 | 186 | 10/11/2025 |
| 4.0.104 | 444 | 5/12/2025 |
| 4.0.103 | 381 | 5/12/2025 |
| 4.0.102 | 374 | 5/12/2025 |
| 4.0.101 | 371 | 5/12/2025 |
| 4.0.97 | 497 | 3/12/2025 |
| 4.0.93 | 358 | 8/11/2024 |
| 4.0.88 | 9,641 | 3/7/2023 |
| 4.0.82 | 1,293 | 9/8/2022 |
| 4.0.81 | 646 | 8/5/2022 |
| 4.0.79 | 723 | 4/26/2022 |
| 4.0.77 | 680 | 4/8/2022 |
| 4.0.76 | 733 | 4/1/2022 |