12336bbcf1
[master] Update dependencies from dotnet/aspnetcore - Coherency Updates: - Microsoft.Extensions.Configuration.Json: from 6.0.0-preview.2.21103.2 to 6.0.0-preview.2.21104.2 (parent: Microsoft.CodeAnalysis.Razor) - Microsoft.Extensions.Logging: from 6.0.0-preview.2.21103.2 to 6.0.0-preview.2.21104.2 (parent: Microsoft.CodeAnalysis.Razor) - System.Diagnostics.DiagnosticSource: from 6.0.0-preview.2.21103.2 to 6.0.0-preview.2.21104.2 (parent: Microsoft.CodeAnalysis.Razor) - System.Resources.Extensions: from 6.0.0-preview.2.21103.2 to 6.0.0-preview.2.21104.2 (parent: Microsoft.CodeAnalysis.Razor) - System.Text.Encodings.Web: from 6.0.0-preview.2.21103.2 to 6.0.0-preview.2.21104.2 (parent: Microsoft.CodeAnalysis.Razor) - Microsoft.Extensions.DependencyModel: from 6.0.0-preview.2.21103.2 to 6.0.0-preview.2.21104.2 (parent: Microsoft.CodeAnalysis.Razor) - Microsoft.NETCore.App.Ref: from 6.0.0-preview.2.21103.2 to 6.0.0-preview.2.21104.2 (parent: Microsoft.CodeAnalysis.Razor) - Microsoft.NETCore.BrowserDebugHost.Transport: from 6.0.0-preview.2.21103.2 to 6.0.0-preview.2.21104.2 (parent: Microsoft.CodeAnalysis.Razor) - Microsoft.NETCore.App.Runtime.win-x64: from 6.0.0-preview.2.21103.2 to 6.0.0-preview.2.21104.2 (parent: Microsoft.CodeAnalysis.Razor) - Microsoft.NETCore.Platforms: from 6.0.0-preview.2.21103.2 to 6.0.0-preview.2.21104.2 (parent: Microsoft.CodeAnalysis.Razor) |
||
---|---|---|
.devcontainer | ||
.githooks | ||
.github | ||
.vscode | ||
docs/contributing | ||
eng | ||
src | ||
.editorconfig | ||
.gitattributes | ||
.gitignore | ||
CODE-OF-CONDUCT.md | ||
CONTRIBUTING.md | ||
Directory.Build.props | ||
Directory.Build.targets | ||
LICENSE.txt | ||
NuGet.config | ||
README.md | ||
SECURITY.md | ||
activate.ps1 | ||
activate.sh | ||
azure-pipelines-richnav.yml | ||
azure-pipelines.yml | ||
build.cmd | ||
build.ps1 | ||
build.sh | ||
clean.cmd | ||
clean.ps1 | ||
clean.sh | ||
global.json | ||
restore.cmd | ||
restore.sh | ||
startvs.cmd |
README.md
ASP.NET Core Tooling
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. This repo contains tools for working on ASP.NET Core apps using the .NET Core Command Line, Visual Studio & Visual Studio Code.
Status
Build | Windows | Linux | MacOS |
---|---|---|---|
Debug | |||
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.
- Follow along with the development of ASP.NET Core:
- Community Standup: The community standup is held every week and streamed live to YouTube. You can view past standups in the linked playlist.
- Roadmap: The schedule and milestone themes for ASP.NET Core.
- Check out the contributing page to see the best places to log issues and start discussions.
- Instructions to build ASP.NET Core Tooling source code
Reporting security issues and bugs
Security issues and bugs should be reported privately, via email, to the Microsoft Security Response Center (MSRC) secure@microsoft.com. 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:
- ASP.NET Core - the ASP.NET Core framework
- Documentation - documentation sources for https://docs.microsoft.com/aspnet/core/
- Extensions - Logging, configuration, dependency injection, and more.