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

Ajay Bhargav Baaskaran f1e4d0309b Regenerated projectreferences.props 7 лет назад
.azure af463acc38 Merge branch 'release/2.1' into release/2.2 7 лет назад
.config ab12c706ab Suppress false-positives in credential scanning (#4392) 7 лет назад
.vscode 723e2d854d Update publish to include more metadata in the manifest (#826) 8 лет назад
build 2365dced43 Fix flaky process output reading for dotnet-watch tests (#7173) 7 лет назад
docs 22f3166fa6 Merge branch 'release/2.1' into release/2.2 7 лет назад
eng f1e4d0309b Regenerated projectreferences.props 7 лет назад
modules 2ff4dd5b7e Merge branch 'release/2.1' into merge 7 лет назад
scripts 089912cd1b Switch queues used during Windows builds (#6667) 7 лет назад
src 0c2ee920a1 Merge branch 'release/2.1' into release/2.2 7 лет назад
test 089912cd1b Switch queues used during Windows builds (#6667) 7 лет назад
.editorconfig 968df9578b Refactor shared framework projects targets and project layout (#3703) 7 лет назад
.gitattributes 77bcf111fb All line endings 10 лет назад
.gitignore 22f3166fa6 Merge branch 'release/2.1' into release/2.2 7 лет назад
.gitmodules 2ff4dd5b7e Merge branch 'release/2.1' into merge 7 лет назад
CONTRIBUTING.md 9b07b0cddc Update Home master -> Home dev 11 лет назад
Directory.Build.props 0c2ee920a1 Merge branch 'release/2.1' into release/2.2 7 лет назад
Directory.Build.targets 22f3166fa6 Merge branch 'release/2.1' into release/2.2 7 лет назад
LICENSE.txt b781df02af Update LICENSE.txt and license header on files. 11 лет назад
NuGet.config eaad1eb3aa Remove tasks for analyzing the repo graph (#1469) 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 569a14ecb8 Merge branch 'release/2.1' into release/2.2 7 лет назад
build.cmd 4561d402fe Update bootstrappers 8 лет назад
build.sh 4561d402fe Update bootstrappers 8 лет назад
dockerbuild.sh 27deb6f6f8 Remove dependency on Docker from MSBuild targets (#3866) 7 лет назад
global.json 829cd7271e Fix signing for 2.2 site extensions (#6777) 7 лет назад
korebuild-lock.txt 829cd7271e Fix signing for 2.2 site extensions (#6777) 7 лет назад
korebuild.json f4bb260444 Merge branch release/2.1 into release/2.2 7 лет назад
run.cmd 4561d402fe Update bootstrappers 8 лет назад
run.ps1 089912cd1b Switch queues used during Windows builds (#6667) 7 лет назад
run.sh a673bfd741 Add build script and CI config for the DataProtection folder 7 лет назад
startvs.cmd 436076fd55 Fix broken tests and VS solutions caused by source code reorganization and other build infra cleanup 7 лет назад
version.props a2151cb89a Do not include prodcon build ID in version metadata 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.