Microsoft.AspNetCore.Mvc.Core 2.3.0

Prefix Reserved
dotnet add package Microsoft.AspNetCore.Mvc.Core --version 2.3.0
                    
NuGet\Install-Package Microsoft.AspNetCore.Mvc.Core -Version 2.3.0
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Microsoft.AspNetCore.Mvc.Core" Version="2.3.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Microsoft.AspNetCore.Mvc.Core" Version="2.3.0" />
                    
Directory.Packages.props
<PackageReference Include="Microsoft.AspNetCore.Mvc.Core" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Microsoft.AspNetCore.Mvc.Core --version 2.3.0
                    
#r "nuget: Microsoft.AspNetCore.Mvc.Core, 2.3.0"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#addin nuget:?package=Microsoft.AspNetCore.Mvc.Core&version=2.3.0
                    
Install Microsoft.AspNetCore.Mvc.Core as a Cake Addin
#tool nuget:?package=Microsoft.AspNetCore.Mvc.Core&version=2.3.0
                    
Install Microsoft.AspNetCore.Mvc.Core as a Cake Tool

ASP.NET Core MVC core components. Contains common action result types, attribute routing, application model conventions, API explorer, application parts, filters, formatters, model binding, and more.
Commonly used types:
Microsoft.AspNetCore.Mvc.AreaAttribute
Microsoft.AspNetCore.Mvc.BindAttribute
Microsoft.AspNetCore.Mvc.ControllerBase
Microsoft.AspNetCore.Mvc.FromBodyAttribute
Microsoft.AspNetCore.Mvc.FromFormAttribute
Microsoft.AspNetCore.Mvc.RequireHttpsAttribute
Microsoft.AspNetCore.Mvc.RouteAttribute

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (3.0K)

Showing the top 5 NuGet packages that depend on Microsoft.AspNetCore.Mvc.Core:

Package Downloads
Microsoft.AspNetCore.Mvc.Formatters.Json

ASP.NET Core MVC formatters for JSON input and output and for JSON PATCH input using Json.NET.

Microsoft.AspNetCore.Mvc.DataAnnotations

ASP.NET Core MVC metadata and validation system using System.ComponentModel.DataAnnotations.

Microsoft.AspNetCore.Mvc.ApiExplorer

ASP.NET Core MVC API explorer functionality for discovering metadata such as the list of controllers and actions, and their URLs and allowed HTTP methods.

Microsoft.AspNetCore.Mvc.ViewFeatures

ASP.NET Core MVC view rendering features. Contains common types used in most MVC applications as well as view rendering features such as view engines, views, view components, and HTML helpers. Commonly used types: Microsoft.AspNetCore.Mvc.Controller Microsoft.AspNetCore.Mvc.ValidateAntiForgeryTokenAttribute Microsoft.AspNetCore.Mvc.ViewComponent

Microsoft.AspNetCore.Mvc.Cors

ASP.NET Core MVC cross-origin resource sharing (CORS) features.

GitHub repositories (128)

Showing the top 20 popular GitHub repositories that depend on Microsoft.AspNetCore.Mvc.Core:

Repository Stars
RicoSuter/NSwag
The Swagger/OpenAPI toolchain for .NET, ASP.NET Core and TypeScript.
MessagePack-CSharp/MessagePack-CSharp
Extremely Fast MessagePack Serializer for C#(.NET, .NET Core, Unity, Xamarin). / msgpack.org[C#]
dotnet/corert
This repo contains CoreRT, an experimental .NET Core runtime optimized for AOT (ahead of time compilation) scenarios, with the accompanying compiler toolchain.
SciSharp/BotSharp
AI Multi-Agent Framework in .NET
eventflow/EventFlow
Async/await first CQRS+ES and DDD framework for .NET
thepirat000/Audit.NET
An extensible framework to audit executing operations in .NET and .NET Core.
reactjs/React.NET
.NET library for JSX compilation and server-side rendering of React components
altmann/FluentResults
A generalised Result object implementation for .NET/C#
ardalis/SmartEnum
A base class for quickly and easily creating strongly typed enum replacements in C#.
AppMetrics/AppMetrics
App Metrics is an open-source and cross-platform .NET library used to record and report metrics within an application.
geffzhang/NanoFabric
基于Consul + .NET Core + Polly + Ocelot + Exceptionless + IdentityServer等开源项目的微服务开发框架
Meowv/Blog
🤣本项目有不同开发版本,最新版底层基于 abp vNext 搭建和免费开源跨平台框架 .NET5 进行开发,使用 MongoDB 存储数据,Redis 缓存数据。项目采用前后端分离的模式进行开发,API 遵循 RESTful 接口规范,页面使用 Blazor 进行开发,可作为 .NET Core 入门项目进行学习。If you liked `Blog` project or if it helped you, please give a star ⭐️ for this repository. 👍👍👍
voat/voat
The code that powers Voat
OfficeDev/Microsoft-Teams-Samples
Welcome to the Microsoft Teams samples repository. Here you will find task-focused samples in C#, JavaScript and TypeScript to help you get started with the Microsoft Teams App!
DigDes/SoapCore
SOAP extension for ASP.NET Core
googleapis/google-cloud-dotnet
Google Cloud Client Libraries for .NET
security-code-scan/security-code-scan
Vulnerability Patterns Detector for C# and VB.NET
bing-framework/Bing.NetCore
Bing是基于 .net core 3.1 的框架,旨在提升团队的开发输出能力,由常用公共操作类(工具类、帮助类)、分层架构基类,第三方组件封装,第三方业务接口封装等组成。
CodeMazeBlog/CodeMazeGuides
The main repository for all the Code Maze guides
trueai-org/module-shop
一个基于 .NET 8.0 构建的简单、跨平台、模块化的商城系统
Version Downloads Last updated
2.3.0 2,399,268 3 months ago
2.2.5 204,911,383 5/14/2019 2.2.5 is deprecated because it is no longer maintained.
2.2.2 8,363,792 2/12/2019 2.2.2 is deprecated because it is no longer maintained.
2.2.0 207,319,686 12/3/2018 2.2.0 is deprecated because it is no longer maintained.
2.2.0-preview3-35497 135,068 10/17/2018 2.2.0-preview3-35497 is deprecated because it is no longer maintained.
2.2.0-preview2-35157 55,769 9/12/2018 2.2.0-preview2-35157 is deprecated because it is no longer maintained.
2.2.0-preview1-35029 37,609 8/22/2018 2.2.0-preview1-35029 is deprecated because it is no longer maintained.
2.1.38 1,492,153 11/8/2022
2.1.34 122,000 5/10/2022
2.1.16 5,912,397 2/18/2020
2.1.11 7,131,355 5/14/2019
2.1.3 32,363,017 10/1/2018
2.1.2 10,043,861 8/21/2018
2.1.1 24,194,880 6/18/2018
2.1.0 115,612,687 5/29/2018
2.1.0-rc1-final 146,695 5/6/2018 2.1.0-rc1-final is deprecated because it is no longer maintained.
2.1.0-preview2-final 330,170 4/10/2018 2.1.0-preview2-final is deprecated because it is no longer maintained.
2.1.0-preview1-final 168,079 2/26/2018 2.1.0-preview1-final is deprecated because it is no longer maintained.
2.0.4 8,384,495 5/7/2018 2.0.4 is deprecated because it is no longer maintained.
2.0.3 8,287,527 3/13/2018 2.0.3 is deprecated because it is no longer maintained.
2.0.2 11,540,281 1/9/2018 2.0.2 is deprecated because it is no longer maintained.
2.0.1 10,001,711 11/14/2017 2.0.1 is deprecated because it is no longer maintained.
2.0.0 84,830,180 8/11/2017 2.0.0 is deprecated because it is no longer maintained; 2.0.0 has at least one vulnerability with high severity.
2.0.0-preview2-final 123,583 6/27/2017 2.0.0-preview2-final is deprecated because it is no longer maintained.
2.0.0-preview1-final 33,448 5/10/2017 2.0.0-preview1-final is deprecated because it is no longer maintained.
1.1.8 1,736,540 7/10/2018 1.1.8 is deprecated because it is no longer maintained.
1.1.7 606,822 3/13/2018 1.1.7 is deprecated because it is no longer maintained.
1.1.6 176,396 12/12/2017 1.1.6 is deprecated because it is no longer maintained.
1.1.5 68,385 11/14/2017 1.1.5 is deprecated because it is no longer maintained; 1.1.5 has at least one vulnerability with high severity.
1.1.4 402,629 9/20/2017 1.1.4 is deprecated because it is no longer maintained; 1.1.4 has at least one vulnerability with high severity.
1.1.3 4,061,005 5/9/2017 1.1.3 is deprecated because it is no longer maintained; 1.1.3 has at least one vulnerability with high severity.
1.1.2 4,302,110 3/6/2017 1.1.2 is deprecated because it is no longer maintained; 1.1.2 has at least one vulnerability with high severity.
1.1.1 1,174,564 1/27/2017 1.1.1 is deprecated because it is no longer maintained; 1.1.1 has at least one vulnerability with high severity.
1.1.0 3,244,344 11/16/2016 1.1.0 is deprecated because it is no longer maintained; 1.1.0 has at least one vulnerability with high severity.
1.1.0-preview1-final 43,183 10/24/2016 1.1.0-preview1-final is deprecated because it is no longer maintained.
1.0.6 3,395,435 11/14/2017 1.0.6 is deprecated because it is no longer maintained.
1.0.5 106,304 9/20/2017 1.0.5 is deprecated because it is no longer maintained; 1.0.5 has at least one vulnerability with high severity.
1.0.4 29,684,216 5/9/2017 1.0.4 is deprecated because it is no longer maintained; 1.0.4 has at least one vulnerability with high severity.
1.0.3 17,475,996 3/6/2017 1.0.3 is deprecated because it is no longer maintained; 1.0.3 has at least one vulnerability with high severity.
1.0.2 547,102 12/12/2016 1.0.2 is deprecated because it is no longer maintained; 1.0.2 has at least one vulnerability with high severity.
1.0.1 1,250,372 9/13/2016 1.0.1 is deprecated because it is no longer maintained; 1.0.1 has at least one vulnerability with high severity.
1.0.0 12,223,202 6/27/2016 1.0.0 is deprecated because it is no longer maintained; 1.0.0 has at least one vulnerability with high severity.
1.0.0-rc2-final 234,449 5/16/2016 1.0.0-rc2-final is deprecated because it is no longer maintained.