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 338de4710a Automatically set 'PrivateAssets=All' for .Sources references (#7539) 7 years ago
.azure 758ba235fa Touch up component detection 7 years ago
.config ab12c706ab Suppress false-positives in credential scanning (#4392) 7 years ago
.github 749092c3f3 Update CODEOWNERS 7 years ago
.vscode 723e2d854d Update publish to include more metadata in the manifest (#826) 8 years ago
build 2ac4619635 Replace custom targets for generating assembly attributes and source control info by using SDK features (#7504) 7 years ago
docs 3fd8a97af2 Add targets to generate the list of shared framework assemblies from project property (#7510) 7 years ago
eng 338de4710a Automatically set 'PrivateAssets=All' for .Sources references (#7539) 7 years ago
src 338de4710a Automatically set 'PrivateAssets=All' for .Sources references (#7539) 7 years ago
.editorconfig 968df9578b Refactor shared framework projects targets and project layout (#3703) 7 years ago
.gitattributes a1c35284e1 Merge remote-tracking branch 'blazor/stevesa/migration-to-mondorepo' into stevesa/merge-components-repo 7 years ago
.gitignore 33bc4576da Convert ProjectTemplates to build using ProjectReferences (#6935) 7 years ago
.gitmodules 02780bac26 Merge branch 'release/2.2' 7 years ago
CONTRIBUTING.md 1b970fe272 Merge source code from aspnet/Universe into this repository 7 years ago
Directory.Build.props 2ac4619635 Replace custom targets for generating assembly attributes and source control info by using SDK features (#7504) 7 years ago
Directory.Build.targets 2ac4619635 Replace custom targets for generating assembly attributes and source control info by using SDK features (#7504) 7 years ago
LICENSE.txt 4b9099aad6 Update LICENSE.txt 7 years ago
NuGet.config c9499e14e4 Run helix tests on master (#6728) 7 years ago
README.md 51c9b7355d Create Kestrel.sln, update documentation and README, and ensure all Kestrel test projects have the test logger installed 7 years ago
THIRD-PARTY-NOTICES.txt 85e2147ff0 Merge branch 'release/2.2' 7 years ago
activate.ps1 075612b988 Install the .NET Core SDK into the repo root instead of UserProfile and 'install' copy of AspNetCore shared framework (#7293) 7 years ago
activate.sh 075612b988 Install the .NET Core SDK into the repo root instead of UserProfile and 'install' copy of AspNetCore shared framework (#7293) 7 years ago
build.cmd 6081fec894 Add new build.cmd/sh options for suppressing restore, NodeJS, setting target arch and OS name, and more (#7137) 7 years ago
build.ps1 075612b988 Install the .NET Core SDK into the repo root instead of UserProfile and 'install' copy of AspNetCore shared framework (#7293) 7 years ago
build.sh 075612b988 Install the .NET Core SDK into the repo root instead of UserProfile and 'install' copy of AspNetCore shared framework (#7293) 7 years ago
dockerbuild.sh 2ac4619635 Replace custom targets for generating assembly attributes and source control info by using SDK features (#7504) 7 years ago
global.json 744a32a750 SignalR C++ tests passing and part of build (#7160) 7 years ago
korebuild-lock.txt 744a32a750 SignalR C++ tests passing and part of build (#7160) 7 years ago
korebuild.json a9132ad26c Switch agent queues used during Windows builds 7 years ago
restore.cmd 6081fec894 Add new build.cmd/sh options for suppressing restore, NodeJS, setting target arch and OS name, and more (#7137) 7 years ago
restore.sh c3beb1f9b1 build.cmd/sh changes (#5958) 7 years ago
startvs.cmd 075612b988 Install the .NET Core SDK into the repo root instead of UserProfile and 'install' copy of AspNetCore shared framework (#7293) 7 years ago
version.props 2ac4619635 Replace custom targets for generating assembly attributes and source control info by using SDK features (#7504) 7 years ago

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.