Microsoft.AspNetCore 2.2.0-preview1-35029

Prefix Reserved
Additional Details

This package has been deprecated as part of the .NET Package Deprecation effort. You can learn more about it from https://github.com/dotnet/announcements/issues/217

This is a prerelease version of Microsoft.AspNetCore.
There is a newer version of this package available.
See the version list below for details.
dotnet add package Microsoft.AspNetCore --version 2.2.0-preview1-35029
                    
NuGet\Install-Package Microsoft.AspNetCore -Version 2.2.0-preview1-35029
                    
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" Version="2.2.0-preview1-35029" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Microsoft.AspNetCore" Version="2.2.0-preview1-35029" />
                    
Directory.Packages.props
<PackageReference Include="Microsoft.AspNetCore" />
                    
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 --version 2.2.0-preview1-35029
                    
#r "nuget: Microsoft.AspNetCore, 2.2.0-preview1-35029"
                    
#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&version=2.2.0-preview1-35029&prerelease
                    
Install Microsoft.AspNetCore as a Cake Addin
#tool nuget:?package=Microsoft.AspNetCore&version=2.2.0-preview1-35029&prerelease
                    
Install Microsoft.AspNetCore as a Cake Tool

Microsoft.AspNetCore

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 (894)

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

Package Downloads
Microsoft.AspNetCore.App

Provides a default set of APIs for building an ASP.NET Core application. This package requires the ASP.NET Core runtime. This runtime is installed by the .NET Core SDK, or can be acquired separately using installers available at https://aka.ms/dotnet-download.

Microsoft.AspNetCore.All

Provides a default set of APIs for building an ASP.NET Core application, and also includes API for third-party integrations with ASP.NET Core. This package requires the ASP.NET Core runtime. This runtime is installed by the .NET Core SDK, or can be acquired separately using installers available at https://aka.ms/dotnet-download.

WireMock.Net

Lightweight Http Mocking Server for .Net, inspired by WireMock from the Java landscape.

GraphQL.Server.Transports.AspNetCore

HTTP middleware for GraphQL

GraphQL.Server.Ui.Playground

GraphQL Playground integration for ASP.NET Core

GitHub repositories (159)

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

Repository Stars
Jackett/Jackett
API Support for your favorite torrent trackers
dotnet/AspNetCore.Docs
Documentation for ASP.NET Core
chocolatey/choco
Chocolatey - the package manager for Windows
microsoft/ailab
Experience, Learn and Code the latest breakthrough innovations with Microsoft AI
RicoSuter/NSwag
The Swagger/OpenAPI toolchain for .NET, ASP.NET Core and TypeScript.
Azure/azure-sdk-for-net
This repository is for active development of the Azure SDK for .NET. For consumers of the SDK we recommend visiting our public developer docs at https://learn.microsoft.com/dotnet/azure/ or our versioned developer docs at https://azure.github.io/azure-sdk-for-net.
openiddict/openiddict-core
Flexible and versatile OAuth 2.0/OpenID Connect stack for .NET
discord-net/Discord.Net
An unofficial .Net wrapper for the Discord API (https://discord.com/)
dotnet/corert
This repo contains CoreRT, an experimental .NET Core runtime optimized for AOT (ahead of time compilation) scenarios, with the accompanying compiler toolchain.
mono/monodevelop
MonoDevelop is a cross platform .NET IDE
dotnet/sdk
Core functionality needed to create .NET Core projects, that is shared between Visual Studio and CLI
thepirat000/Audit.NET
An extensible framework to audit executing operations in .NET and .NET Core.
pnp/PnP
SharePoint / Office 365 Developer Patterns and Practices - Archived older solutions. Please see https://aka.ms/m365pnp for updated guidance
microsoft/AdaptiveCards
A new way for developers to exchange card content in a common and consistent way.
CoreWCF/CoreWCF
Main repository for the Core WCF project
SteveSanderson/Blazor
MOVED: Please see the new repo at https://github.com/aspnet/blazor
dotnet/templating
This repo contains the Template Engine which is used by dotnet new
castleproject/Windsor
Castle Windsor is a best of breed, mature Inversion of Control container available for .NET
WireMock-Net/WireMock.Net
WireMock.Net is a flexible product for stubbing and mocking web HTTP responses using advanced request matching and response templating. Based on the functionality from http://WireMock.org, but extended with more functionality.
geffzhang/NanoFabric
基于Consul + .NET Core + Polly + Ocelot + Exceptionless + IdentityServer等开源项目的微服务开发框架
Version Downloads Last updated
2.3.0 160,308 1/14/2025
2.2.0 59,345,070 12/3/2018 2.2.0 is deprecated because it is no longer maintained.
2.2.0-preview3-35497 70,473 10/17/2018 2.2.0-preview3-35497 is deprecated because it is no longer maintained.
2.2.0-preview2-35157 23,711 9/12/2018 2.2.0-preview2-35157 is deprecated because it is no longer maintained.
2.2.0-preview1-35029 10,787 8/22/2018 2.2.0-preview1-35029 is deprecated because it is no longer maintained.
2.1.7 16,793,532 1/8/2019
2.1.6 3,374,790 11/13/2018
2.1.4 7,228,380 10/1/2018
2.1.3 6,169,843 8/21/2018
2.1.2 5,768,451 7/10/2018
2.1.1 12,484,160 6/18/2018
2.1.0 5,309,858 5/29/2018
2.1.0-rc1-final 45,579 5/6/2018 2.1.0-rc1-final is deprecated because it is no longer maintained.
2.1.0-preview2-final 36,693 4/10/2018 2.1.0-preview2-final is deprecated because it is no longer maintained.
2.1.0-preview1-final 108,573 2/26/2018 2.1.0-preview1-final is deprecated because it is no longer maintained.
2.0.4 2,652,181 7/10/2018 2.0.4 is deprecated because it is no longer maintained.
2.0.3 2,740,184 5/7/2018 2.0.3 is deprecated because it is no longer maintained.
2.0.2 5,815,908 3/13/2018 2.0.2 is deprecated because it is no longer maintained.
2.0.1 9,236,822 11/14/2017 2.0.1 is deprecated because it is no longer maintained.
2.0.0 14,530,153 8/11/2017 2.0.0 is deprecated because it is no longer maintained.
2.0.0-preview2-final 81,240 6/27/2017 2.0.0-preview2-final is deprecated because it is no longer maintained.
2.0.0-preview1-final 37,823 5/10/2017 2.0.0-preview1-final is deprecated because it is no longer maintained.
1.1.7 327,667 7/10/2018 1.1.7 is deprecated because it is no longer maintained.
1.1.6 95,740 3/13/2018 1.1.6 is deprecated because it is no longer maintained.
1.1.5 79,096 12/12/2017 1.1.5 is deprecated because it is no longer maintained.
1.1.4 31,504 11/14/2017 1.1.4 is deprecated because it is no longer maintained.
1.1.3 135,966 9/20/2017 1.1.3 is deprecated because it is no longer maintained.
1.1.2 2,592,154 5/9/2017 1.1.2 is deprecated because it is no longer maintained.
1.1.1 1,281,356 3/6/2017 1.1.1 is deprecated because it is no longer maintained.
1.1.0 906,263 11/16/2016 1.1.0 is deprecated because it is no longer maintained.
1.0.8 254,940 3/13/2018 1.0.8 is deprecated because it is no longer maintained.
1.0.7 8,215 11/14/2017 1.0.7 is deprecated because it is no longer maintained.
1.0.6 6,737 9/20/2017 1.0.6 is deprecated because it is no longer maintained.
1.0.5 105,367 5/9/2017 1.0.5 is deprecated because it is no longer maintained.
1.0.4 64,044 3/6/2017 1.0.4 is deprecated because it is no longer maintained.
1.0.3 258,940 12/12/2016 1.0.3 is deprecated because it is no longer maintained.