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 59ada30959 Merge branch 'ajbaaska/merge-22-to-master' пре 7 година
.azure d570a71e9f Get artifacts from Saucelabs run (#4474) пре 7 година
.config ab12c706ab Suppress false-positives in credential scanning (#4392) пре 7 година
.github 379d36b595 Update README, daily build docs, and contributing guide пре 7 година
.vscode 723e2d854d Update publish to include more metadata in the manifest (#826) пре 8 година
build 12966c63a6 Change DataProtection projects to target netcoreapp3.0 #3754 (#4473) пре 7 година
docs 59ada30959 Merge branch 'ajbaaska/merge-22-to-master' пре 7 година
eng 12966c63a6 Change DataProtection projects to target netcoreapp3.0 #3754 (#4473) пре 7 година
scripts 5e6c2208fd Merge branch 'release/2.1' into release/2.2 пре 7 година
src 59ada30959 Merge branch 'ajbaaska/merge-22-to-master' пре 7 година
test d1ee458982 Remove assemblies from the shared framework (#4004) пре 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 c612eb8730 Merge branch 'release/2.2' пре 7 година
.gitmodules 62f9655a2f Merge branch 'release/2.2' пре 7 година
CONTRIBUTING.md 1b970fe272 Merge source code from aspnet/Universe into this repository пре 7 година
Directory.Build.props 62f9655a2f Merge branch 'release/2.2' пре 7 година
Directory.Build.targets 85e2147ff0 Merge branch 'release/2.2' пре 7 година
LICENSE.txt 4b9099aad6 Update LICENSE.txt пре 7 година
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.txt 85e2147ff0 Merge branch 'release/2.2' пре 7 година
build.cmd 4561d402fe Update bootstrappers пре 8 година
build.sh 4561d402fe Update bootstrappers пре 8 година
dockerbuild.sh e25c2acb25 Flow BUILD_NUMBER and BUILD_BUILDNUMBER into Docker builds пре 7 година
global.json 85e2147ff0 Merge branch 'release/2.2' пре 7 година
korebuild-lock.txt 85e2147ff0 Merge branch 'release/2.2' пре 7 година
korebuild.json 35d8ee6cdf Require nodejs 10 and update build docs (#4805) пре 7 година
run.cmd 4561d402fe Update bootstrappers пре 8 година
run.ps1 71ca1faa6b React to MSBuild breaking changes and remove ProdCon v1 variables (#4161) пре 7 година
run.sh 71ca1faa6b React to MSBuild breaking changes and remove ProdCon v1 variables (#4161) пре 7 година
startvs.cmd 38785d0be9 [automated] Merge branch 'release/2.1' => 'release/2.2' (#4577) пре 7 година
version.props 87629bbad9 Update Middleware.sln and Kestrel.sln to workaround NU1105 error пре 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.