MSBuild.SDK.SystemWeb_net462
4.0.0
<Sdk Name="MSBuild.SDK.SystemWeb_net462" Version="4.0.0" />
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.88">
...
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.88"
}
}
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.6.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.0 | 194 | 1/30/2024 |