{"id":13596935,"url":"https://github.com/CZEMacLeod/MSBuild.SDK.SystemWeb","last_synced_at":"2025-04-09T20:31:39.545Z","repository":{"id":38745345,"uuid":"342497289","full_name":"CZEMacLeod/MSBuild.SDK.SystemWeb","owner":"CZEMacLeod","description":"This MSBuild SDK is designed to allow for the easy creation and use of SDK (shortform) projects targeting ASP.NET 4.x using System.Web.","archived":false,"fork":false,"pushed_at":"2025-03-12T16:42:02.000Z","size":614,"stargazers_count":172,"open_issues_count":20,"forks_count":11,"subscribers_count":9,"default_branch":"main","last_synced_at":"2025-04-01T11:41:45.209Z","etag":null,"topics":["aspnet","aspnet4","c-sharp","dotnet","dotnetframework","hacktoberfest","msbuild-sdk","sdk","visual-basic"],"latest_commit_sha":null,"homepage":"","language":"Visual Basic .NET","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/CZEMacLeod.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":"CZEMacLeod"}},"created_at":"2021-02-26T07:29:33.000Z","updated_at":"2025-03-19T11:57:28.000Z","dependencies_parsed_at":"2024-11-06T20:45:04.353Z","dependency_job_id":null,"html_url":"https://github.com/CZEMacLeod/MSBuild.SDK.SystemWeb","commit_stats":null,"previous_names":[],"tags_count":23,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CZEMacLeod%2FMSBuild.SDK.SystemWeb","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CZEMacLeod%2FMSBuild.SDK.SystemWeb/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CZEMacLeod%2FMSBuild.SDK.SystemWeb/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CZEMacLeod%2FMSBuild.SDK.SystemWeb/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CZEMacLeod","download_url":"https://codeload.github.com/CZEMacLeod/MSBuild.SDK.SystemWeb/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248107393,"owners_count":21048919,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["aspnet","aspnet4","c-sharp","dotnet","dotnetframework","hacktoberfest","msbuild-sdk","sdk","visual-basic"],"created_at":"2024-08-01T16:02:58.744Z","updated_at":"2025-04-09T20:31:38.077Z","avatar_url":"https://github.com/CZEMacLeod.png","language":"Visual Basic .NET","funding_links":["https://github.com/sponsors/CZEMacLeod"],"categories":["PowerShell"],"sub_categories":[],"readme":"# MSBuild.SDK.SystemWeb\n\n[![Build Status](https://dev.azure.com/flexviews/MSBuild.SDKs.SystemWeb/_apis/build/status/CZEMacLeod.MSBuild.SDK.SystemWeb?branchName=main)](https://dev.azure.com/flexviews/MSBuild.SDKs.SystemWeb/_build/latest?definitionId=69\u0026branchName=main)\n[![Docs](https://img.shields.io/badge/Documentation-docs-lightgrey?logo=github)](https://czemacleod.github.io/MSBuild.SDK.SystemWeb/)\n[![pages-build-deployment](https://github.com/CZEMacLeod/MSBuild.SDK.SystemWeb/actions/workflows/pages/pages-build-deployment/badge.svg)](https://github.com/CZEMacLeod/MSBuild.SDK.SystemWeb/actions/workflows/pages/pages-build-deployment)\n\nThis MSBuild SDK is designed to allow for the easy creation and use of SDK (shortform) projects targeting ASP.NET 4.x using System.Web.\n\n## What's available\n\n### [MSBuild.SDK.SystemWeb](src/MSBuild.SDK.SystemWeb)\n\n[![NuGet package](https://img.shields.io/nuget/v/MSBuild.SDK.SystemWeb.svg)](https://nuget.org/packages/MSBuild.SDK.SystemWeb)\n[![NuGet downloads](https://img.shields.io/nuget/dt/MSBuild.SDK.SystemWeb.svg)](https://nuget.org/packages/MSBuild.SDK.SystemWeb)\n\nThis is the basic SDK that enables Visual Studio to work with an ASP.Net 4.x based project using a short form project file.\n\n### [MSBuild.SDK.SystemWeb.Templates](src/MSBuild.SDK.SystemWeb.Templates)\n\n[![NuGet package](https://img.shields.io/nuget/v/MSBuild.SDK.SystemWeb.Templates.svg)](https://nuget.org/packages/MSBuild.SDK.SystemWeb.Templates)\n[![NuGet downloads](https://img.shields.io/nuget/dt/MSBuild.SDK.SystemWeb.Templates.svg)](https://nuget.org/packages/MSBuild.SDK.SystemWeb.Templates)\n\nThis is a set of templates that allow for the easy creation of projects based on the MSBuild.SDK.SystemWeb project SDK type.\n\n### [MSBuild.SDK.SystemWeb.RazorLibrary](src/MSBuild.SDK.SystemWeb.RazorLibrary)\n\n[![NuGet package](https://img.shields.io/nuget/v/MSBuild.SDK.SystemWeb.RazorLibrary.svg)](https://nuget.org/packages/MSBuild.SDK.SystemWeb.Templates)\n[![NuGet downloads](https://img.shields.io/nuget/dt/MSBuild.SDK.SystemWeb.RazorLibrary.svg)](https://nuget.org/packages/MSBuild.SDK.SystemWeb.Templates)\n\nThis is an SDK that allows Visual Studio to work with an ASP.Net 4.x / MVC 5 based Razor Library.\nThis makes it easy to use the [RazorGenerator](https://github.com/RazorGenerator/RazorGenerator) system with an SDK type project.\n\n## Read The Docs\n\n### [Documentation](https://czemacleod.github.io/MSBuild.SDK.SystemWeb/)\n\n## How can I use these SDKs?\n\nWhen using an MSBuild Project SDK obtained via NuGet (such as the SDKs in this repo) a specific version **must** be specified.\n\nEither append the version to the package name:\n\n```xml\n\u003cProject Sdk=\"MSBuild.SDK.SystemWeb/4.0.88\"\u003e\n  ...\n```\n\nOr 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:\n\n```json\n{\n  \"msbuild-sdks\": {\n    \"MSBuild.SDK.SystemWeb\" : \"4.0.88\"\n  }\n}\n```\n\nSince MSBuild 15.6, SDKs are downloaded as NuGet packages automatically. Earlier versions of MSBuild 15 required SDKs to be installed. \n\nFor more information, [read the documentation](https://docs.microsoft.com/visualstudio/msbuild/how-to-use-project-sdk).\n\n## What are MSBuild SDKS?\nMSBuild 15.0 introduced new project XML for .NET Core that we refer to as SDK-style.  These SDK-style projects looks like:\n\n```xml\n\u003cProject Sdk=\"Microsoft.NET.SystemWeb\"\u003e\n  \u003cPropertyGroup\u003e\n    \u003cTargetFramework\u003enet48\u003c/TargetFramework\u003e\n  \u003c/PropertyGroup\u003e\n\u003c/Project\u003e\n```\n\nAt evaluation time, MSBuild adds implicit imports at the top and bottom of the project like this:\n\n```xml\n\u003cProject\u003e\n  \u003cImport Project=\"Sdk.props\" Sdk=\"Microsoft.NET.SystemWeb\" /\u003e\n\n  \u003cPropertyGroup\u003e\n    \u003cTargetFramework\u003enet48\u003c/TargetFramework\u003e\n  \u003c/PropertyGroup\u003e\n\n  \u003cImport Project=\"Sdk.targets\" Sdk=\"Microsoft.NET.SystemWeb\" /\u003e\n\u003c/Project\u003e\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FCZEMacLeod%2FMSBuild.SDK.SystemWeb","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FCZEMacLeod%2FMSBuild.SDK.SystemWeb","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FCZEMacLeod%2FMSBuild.SDK.SystemWeb/lists"}