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 84ca21ed06 Merge branch 'release/2.2' hace 7 años
.azure 6994c4fc48 Merge release/2.2 and aspnet/WebSockets master branch hace 7 años
.github 379d36b595 Update README, daily build docs, and contributing guide hace 7 años
.vscode 723e2d854d Update publish to include more metadata in the manifest (#826) hace 8 años
build 84ca21ed06 Merge branch 'release/2.2' hace 7 años
docs 6994c4fc48 Merge release/2.2 and aspnet/WebSockets master branch hace 7 años
eng eced46c579 Cleanup ANCM installers/ Sign AspNetCore custom action (#1499) hace 7 años
modules 50112c47f6 Updating submodule(s) hace 7 años
scripts 6994c4fc48 Merge release/2.2 and aspnet/WebSockets master branch hace 7 años
src 84ca21ed06 Merge branch 'release/2.2' hace 7 años
test a35226131a Merge branch release/2.2 hace 7 años
.editorconfig e841229782 Verify and mirror external dependencies and self-consistent package versions (#566) hace 8 años
.gitattributes 77bcf111fb All line endings hace 10 años
.gitignore 5d261e46ce Support checked-in global.json files hace 7 años
.gitmodules 6994c4fc48 Merge release/2.2 and aspnet/WebSockets master branch hace 7 años
CONTRIBUTING.md 1b970fe272 Merge source code from aspnet/Universe into this repository hace 7 años
Directory.Build.props d991c50c82 Merge release/2.1 and aspnet/WebSockets release/2.2 hace 7 años
Directory.Build.targets eced46c579 Cleanup ANCM installers/ Sign AspNetCore custom action (#1499) hace 7 años
LICENSE.txt 4b9099aad6 Update LICENSE.txt hace 7 años
Microsoft.AspNetCore.sln b1b92385c0 Add unit tests for the shared framework hace 7 años
NuGet.config eaad1eb3aa Remove tasks for analyzing the repo graph (#1469) hace 7 años
README.md 1b970fe272 Merge source code from aspnet/Universe into this repository hace 7 años
THIRD-PARTY-NOTICES.txt 379d36b595 Update README, daily build docs, and contributing guide hace 7 años
build.cmd 4561d402fe Update bootstrappers hace 8 años
build.sh 4561d402fe Update bootstrappers hace 8 años
dockerbuild.sh c2e4a74f7d React to renaming this repo from Universe to AspNetCore hace 7 años
global.json 3b0c85cbb6 Updating BuildTools from 3.0.0-alpha1-20181017.7 to 3.0.0-alpha1-20181018.6 hace 7 años
korebuild-lock.txt 3b0c85cbb6 Updating BuildTools from 3.0.0-alpha1-20181017.7 to 3.0.0-alpha1-20181018.6 hace 7 años
korebuild.json a21d455b51 Change default branch to master hace 7 años
run.cmd 4561d402fe Update bootstrappers hace 8 años
run.ps1 a35226131a Merge branch release/2.2 hace 7 años
run.sh a35226131a Merge branch release/2.2 hace 7 años
version.props a35226131a Merge branch release/2.2 hace 7 años

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.

ASP.NET Core 2.1 is now available! See the release notes for further details and check our releases for the latest patch release.

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.