ASP.NET Core is a cross-platform .NET framework for building modern cloud-based web applications on Windows, Mac, or Linux.
Перейти к файлу
William Godbe ba65e32528
Update Helix.targets
2024-09-26 12:42:58 -07:00
.azure/pipelines Validate local development scenarios in CI (#57492) 2024-08-27 09:09:37 -07:00
.azuredevops
.config Move guardian suppressions to code instead of .gdnsuppress (#56911) 2024-07-22 13:37:45 -07:00
.devcontainer Set default devcontainer to 8 cores (#55479) 2024-05-02 09:15:19 -07:00
.github Update milestones for rc2/rtm (#57906) 2024-09-16 16:56:21 -07:00
.vscode Remove deprecated VS Code extension (#53673) 2024-01-29 09:55:53 -08:00
docs Remove PackageOverrides & PlatformManifest files from main (#56956) 2024-07-24 04:51:50 +00:00
eng Update Helix.targets 2024-09-26 12:42:58 -07:00
src Merge pull request #57893 from dotnet/merge/release/9.0-to-main 2024-09-17 09:50:59 -07:00
.CodeQL.yml Exclude tests from CodeQL (#55459) 2024-05-01 15:58:54 -07:00
.editorconfig mark verified files as lf and utf8 (#56643) 2024-07-19 20:20:53 -07:00
.git-blame-ignore-revs
.gitattributes mark verified files as lf and utf8 (#56643) 2024-07-19 20:20:53 -07:00
.gitignore
.gitmodules Go back to checked-in minified .js files (#56982) 2024-07-25 12:27:40 -07:00
.globalconfig
.markdownlint.json
.npmrc [Infrastructure] Fix NPM packaging (#54056) 2024-02-16 15:27:06 +01:00
.vsconfig
AspNetCore.sln HybridCache: relocate to dotnet/extensions (#57670) 2024-09-12 07:31:18 -07:00
CODE-OF-CONDUCT.md
CONTRIBUTING.md Update CONTRIBUTING.md (#51728) 2023-11-15 13:17:50 -08:00
Directory.Build.BeforeCommonTargets.targets Enable unified build (#54084) 2024-03-18 23:08:54 +00:00
Directory.Build.props Merge branch 'main' into merge/release/9.0-to-main 2024-09-12 10:52:01 +10:00
Directory.Build.targets Enable unified build (#54084) 2024-03-18 23:08:54 +00:00
LICENSE.txt
NuGet.config Update dependencies from https://github.com/dotnet/runtime build 20240813.14 (#57330) 2024-08-21 04:04:24 +00:00
README.md Fix links in daily builds table (#51645) 2023-10-25 09:05:00 -07:00
SECURITY.md
THIRD-PARTY-NOTICES.txt
activate.ps1
activate.sh
clean.cmd
clean.ps1
clean.sh
github-merge-flow.jsonc Enable auto-merges for 9.0 rel branches (#57333) 2024-08-14 12:51:34 -07:00
global.json Update dependencies from https://github.com/dotnet/arcade build 20240903.1 (#57759) 2024-09-11 17:45:34 -07:00
omnisharp.json
package-lock.json Bump webpack from 5.93.0 to 5.94.0 (#57592) 2024-09-12 05:19:18 +00:00
package.json [Infrastructure] Unify common npm dev dependencies (#53237) 2024-01-10 14:13:30 +00:00
restore.cmd
restore.sh
startvs.cmd
startvscode.cmd Update startvscode.cmd (#53607) 2024-01-26 08:57:04 -08:00
startvscode.sh

README.md

ASP.NET Core

.NET Foundation MIT License Help Wanted Good First Issues Discord

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 run on .NET, a free, cross-platform, and open-source application runtime. 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.

Also check out the .NET Homepage for released versions of .NET, getting started guides, and learning resources.

See the Triage Process document for more information on how we handle incoming issues.

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) 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.

These are some other repos for related projects:

Code of conduct

See CODE-OF-CONDUCT

Nightly builds

This table includes links to download the latest builds of the ASP.NET Core Shared Framework. Also included are links to download the Windows Hosting Bundle, which includes the ASP.NET Core Shared Framework, the .NET Runtime Shared Framework, and the IIS plugin (ASP.NET Core Module). You can download the latest .NET Runtime builds here, and the latest .NET SDK builds here. If you're unsure what you need, then install the SDK; it has everything except the IIS plugin.

Platform Shared Framework (Installer) Shared Framework (Binaries) Hosting Bundle (Installer)
Windows x64 Installer Binaries Installer
Windows x86 Installer Binaries Installer
Windows arm64 Installer Binaries Installer
macOS x64 N/A Binaries N/A
macOS arm64 N/A Binaries N/A
Linux x64 Deb Installer - RPM Installer Binaries N/A
Linux arm N/A Binaries N/A
Linux arm64 RPM Installer Binaries N/A
Linux-musl-x64 N/A Binaries N/A
Linux-musl-arm N/A Binaries N/A
Linux-musl-arm64 N/A Binaries N/A