MSBuild.SDK.SystemWeb
4.0.107
<Sdk Name="MSBuild.SDK.SystemWeb" Version="4.0.107" />
#:sdk MSBuild.SDK.SystemWeb@4.0.107
MSBuild.SDK.SystemWeb
Based on the discussion and ideas in Add support for ASP.NET (non-Core) projects
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/4.0.107">
...
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" : "4.0.107"
}
}
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.107 | 8,980 | 3/4/2026 |
| 4.0.106 | 55,194 | 10/11/2025 |
| 4.0.104 | 43,068 | 5/12/2025 |
| 4.0.97 | 29,092 | 3/12/2025 |
| 4.0.93 | 81,639 | 8/11/2024 |
| 4.0.88 | 500,307 | 3/7/2023 |
| 4.0.82 | 121,617 | 9/8/2022 |
| 4.0.81 | 9,392 | 8/5/2022 |
| 4.0.79 | 41,752 | 4/26/2022 |
| 4.0.77 | 13,183 | 4/8/2022 |
| 4.0.76 | 26,510 | 4/1/2022 |
| 4.0.72 | 4,613 | 3/13/2022 |
| 4.0.69 | 1,876 | 3/13/2022 |
| 4.0.66 | 19,026 | 1/15/2022 |