ASP.NET Core is a cross-platform .NET framework for building modern cloud-based web applications on Windows, Mac, or Linux. https://asp.net/

Nate McMaster d48fa09d2b Remove VisualStudioExtension as a required workload (#7919) 7 年之前
.azure 1b27c9905c Update dependencies and react to changes (#7844) 7 年之前
.config ab12c706ab Suppress false-positives in credential scanning (#4392) 7 年之前
.github ded53315d8 Update CODEOWNERS 7 年之前
.vscode 723e2d854d Update publish to include more metadata in the manifest (#826) 8 年之前
build 78bc2a10b9 Reenable IISExpress on helix (#7586) 7 年之前
docs 9355c7c1a5 Add reference assemblies support (#7764) 7 年之前
eng 78bc2a10b9 Reenable IISExpress on helix (#7586) 7 年之前
src f0cb6cc68b Modify the 'InstallLocation' registry key. (#7877) 7 年之前
.editorconfig 968df9578b Refactor shared framework projects targets and project layout (#3703) 7 年之前
.gitattributes a1c35284e1 Merge remote-tracking branch 'blazor/stevesa/migration-to-mondorepo' into stevesa/merge-components-repo 7 年之前
.gitignore 33bc4576da Convert ProjectTemplates to build using ProjectReferences (#6935) 7 年之前
.gitmodules 02780bac26 Merge branch 'release/2.2' 7 年之前
CONTRIBUTING.md 8daca5ec3a Update CONTRIBUTING.md (#7622) 7 年之前
Directory.Build.props 9355c7c1a5 Add reference assemblies support (#7764) 7 年之前
Directory.Build.targets 78bc2a10b9 Reenable IISExpress on helix (#7586) 7 年之前
LICENSE.txt 4b9099aad6 Update LICENSE.txt 7 年之前
NuGet.config 5be7d30231 Replace npm commands with yarn 7 年之前
README.md 51c9b7355d Create Kestrel.sln, update documentation and README, and ensure all Kestrel test projects have the test logger installed 7 年之前
THIRD-PARTY-NOTICES.txt 85e2147ff0 Merge branch 'release/2.2' 7 年之前
activate.ps1 6fea3a6e95 Show error message when activate.sh/ps1 is invoked directly instead of sourced (#7731) 7 年之前
activate.sh 6fea3a6e95 Show error message when activate.sh/ps1 is invoked directly instead of sourced (#7731) 7 年之前
build.cmd 6081fec894 Add new build.cmd/sh options for suppressing restore, NodeJS, setting target arch and OS name, and more (#7137) 7 年之前
build.ps1 5be7d30231 Replace npm commands with yarn 7 年之前
build.sh 85ae18c723 Make Visual Studio 2019 a prerequisite to building this repo (#7005) 7 年之前
dockerbuild.sh 1b27c9905c Update dependencies and react to changes (#7844) 7 年之前
global.json 5be7d30231 Replace npm commands with yarn 7 年之前
korebuild-lock.txt 85ae18c723 Make Visual Studio 2019 a prerequisite to building this repo (#7005) 7 年之前
korebuild.json d48fa09d2b Remove VisualStudioExtension as a required workload (#7919) 7 年之前
restore.cmd 6081fec894 Add new build.cmd/sh options for suppressing restore, NodeJS, setting target arch and OS name, and more (#7137) 7 年之前
restore.sh 3bd10a0fdf Fix repo root in restore.sh (#7521) 7 年之前
startvs.cmd 075612b988 Install the .NET Core SDK into the repo root instead of UserProfile and 'install' copy of AspNetCore shared framework (#7293) 7 年之前
version.props 6d8c8f8c64 Update package branding to 3.0.0-preview4 (#7748) 7 年之前

README.md

ASP.NET Core

ASP.NET Core is an open-source and cross-platform framework for building modern cloud based internet connected applications, such as web apps, IoT apps and mobile backends. ASP.NET Core apps can run on .NET Core or on the full .NET Framework. It was architected to provide an optimized development framework for apps that are deployed to the cloud or run on-premises. It consists of modular components with minimal overhead, so you retain flexibility while constructing your solutions. You can develop and run your ASP.NET Core apps cross-platform on Windows, Mac and Linux. Learn more about ASP.NET Core.

Get Started

Follow the Getting Started instructions in the ASP.NET Core docs.

Also check out the .NET Homepage for released versions of .NET, getting started guides, and learning resources.

How to Engage, Contribute, and Give Feedback

Some of the best ways to contribute are to try things out, file issues, join in design conversations, and make pull-requests.

Reporting security issues and bugs

Security issues and bugs should be reported privately, via email, to the Microsoft Security Response Center (MSRC) [email protected]. You should receive a response within 24 hours. If for some reason you do not, please follow up via email to ensure we received your original message. Further information, including the MSRC PGP key, can be found in the Security TechCenter.

Related projects

These are some other repos for related projects:

Code of conduct

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact [email protected] with any additional questions or comments.