Microsoft.NETCore.App
1.0.0-rc2-3002702
Prefix Reserved
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
See the version list below for details.
Requires NuGet 3.4 or higher.
dotnet add package Microsoft.NETCore.App --version 1.0.0-rc2-3002702
NuGet\Install-Package Microsoft.NETCore.App -Version 1.0.0-rc2-3002702
<PackageReference Include="Microsoft.NETCore.App" Version="1.0.0-rc2-3002702" />
<PackageVersion Include="Microsoft.NETCore.App" Version="1.0.0-rc2-3002702" />
<PackageReference Include="Microsoft.NETCore.App" />
paket add Microsoft.NETCore.App --version 1.0.0-rc2-3002702
#r "nuget: Microsoft.NETCore.App, 1.0.0-rc2-3002702"
#addin nuget:?package=Microsoft.NETCore.App&version=1.0.0-rc2-3002702&prerelease
#tool nuget:?package=Microsoft.NETCore.App&version=1.0.0-rc2-3002702&prerelease
A set of .NET API's that are included in the default .NET Core application model.
Learn more about Target Frameworks and .NET Standard.
-
.NETStandard 1.0
- Microsoft.CodeAnalysis.CSharp (>= 1.3.0-beta1-20160429-01)
- Microsoft.CodeAnalysis.VisualBasic (>= 1.3.0-beta1-20160429-01)
- Microsoft.CSharp (>= 4.0.1-rc2-24027)
- Microsoft.NETCore.DotNetHostPolicy (>= 1.0.1-rc2-002702-00)
- Microsoft.VisualBasic (>= 10.0.1-rc2-24027)
- NETStandard.Library (>= 1.5.0-rc2-24027)
- System.Buffers (>= 4.0.0-rc2-24027)
- System.Collections.Immutable (>= 1.2.0-rc2-24027)
- System.ComponentModel (>= 4.0.1-rc2-24027)
- System.ComponentModel.Annotations (>= 4.1.0-rc2-24027)
- System.Diagnostics.DiagnosticSource (>= 4.0.0-rc2-24027)
- System.Diagnostics.Process (>= 4.1.0-rc2-24027)
- System.Dynamic.Runtime (>= 4.0.11-rc2-24027)
- System.Globalization.Extensions (>= 4.0.1-rc2-24027)
- System.IO.FileSystem.Watcher (>= 4.0.0-rc2-24027)
- System.IO.MemoryMappedFiles (>= 4.0.0-rc2-24027)
- System.IO.UnmanagedMemoryStream (>= 4.0.1-rc2-24027)
- System.Linq.Expressions (>= 4.0.11-rc2-24027)
- System.Linq.Parallel (>= 4.0.1-rc2-24027)
- System.Linq.Queryable (>= 4.0.1-rc2-24027)
- System.Net.NameResolution (>= 4.0.0-rc2-24027)
- System.Net.Requests (>= 4.0.11-rc2-24027)
- System.Net.Security (>= 4.0.0-rc2-24027)
- System.Net.WebHeaderCollection (>= 4.0.1-rc2-24027)
- System.Numerics.Vectors (>= 4.1.1-rc2-24027)
- System.Reflection.DispatchProxy (>= 4.0.1-rc2-24027)
- System.Reflection.Metadata (>= 1.3.0-rc2-24027)
- System.Reflection.TypeExtensions (>= 4.1.0-rc2-24027)
- System.Resources.Reader (>= 4.0.0-rc2-24027)
- System.Runtime.Loader (>= 4.0.0-rc2-24027)
- System.Security.Cryptography.Algorithms (>= 4.1.0-rc2-24027)
- System.Security.Cryptography.Encoding (>= 4.0.0-rc2-24027)
- System.Security.Cryptography.Primitives (>= 4.0.0-rc2-24027)
- System.Security.Cryptography.X509Certificates (>= 4.1.0-rc2-24027)
- System.Threading.Tasks.Dataflow (>= 4.6.0-rc2-24027)
- System.Threading.Tasks.Extensions (>= 4.0.0-rc2-24027)
- System.Threading.Tasks.Parallel (>= 4.0.1-rc2-24027)
- System.Threading.Thread (>= 4.0.0-rc2-24027)
- System.Threading.ThreadPool (>= 4.0.10-rc2-24027)
NuGet packages (1.4K)
Showing the top 5 NuGet packages that depend on Microsoft.NETCore.App:
Package | Downloads |
---|---|
CommonServiceLocator
The library provides an abstraction over IoC containers and service locators. Using the library allows an application to indirectly access the capabilities without relying on hard references. |
|
Microsoft.VisualStudio.Web.CodeGeneration.Tools
Code Generation tool for ASP.NET Core. Contains the dotnet-aspnet-codegenerator command used for generating controllers and views. |
|
Unity.Abstractions
Unity Container Public Abstractions |
|
Unity.Container
Unity Core Engine |
|
dotnet-xunit
.NET CLI SDK runner for the xUnit.net framework. Supports .NET 4.5.2 or later, .NET Core 1.x, and .NET Core 2.x. |
GitHub repositories (23)
Showing the top 20 popular GitHub repositories that depend on Microsoft.NETCore.App:
Repository | Stars |
---|---|
MonoGame/MonoGame
One framework for creating powerful cross-platform games.
|
|
JamesNK/Newtonsoft.Json
Json.NET is a popular high-performance JSON framework for .NET
|
|
cyanfish/naps2
Scan documents to PDF and more, as simply as possible.
|
|
dotnet/corert
This repo contains CoreRT, an experimental .NET Core runtime optimized for AOT (ahead of time compilation) scenarios, with the accompanying compiler toolchain.
|
|
dotnet/sdk
Core functionality needed to create .NET Core projects, that is shared between Visual Studio and CLI
|
|
mono/monodevelop
MonoDevelop is a cross platform .NET IDE
|
|
dotnet/iot
This repo includes .NET Core implementations for various IoT boards, chips, displays and PCBs.
|
|
OmniSharp/omnisharp-roslyn
OmniSharp server (HTTP, STDIO) based on Roslyn workspaces
|
|
msgpack/msgpack-cli
MessagePack implementation for Common Language Infrastructure / msgpack.org[C#]
|
|
dotnet/dotnet
Home of .NET's Virtual Monolithic Repository which includes all the code needed to build the .NET SDK.
|
|
magicdict/MongoCola
A MongoDB Administration Tool
|
|
dotnetcore/aspnetcore-doc-cn
The Simplified Chinese edition of Microsoft ASP.NET Core documentation, translated by .NET Core Community and .NET China Community.
|
|
Kagamia/WzComparerR2
Maplestory online Extractor
|
|
dotnet/training-tutorials
Getting started tutorials for C# and ASP.NET
|
|
MikePopoloski/StringFormatter
Zero-allocation string formatting for .NET.
|
|
dreamanlan/CSharpGameFramework
基于unity3d引擎与c#语言的游戏框架/架构(包括客户端与服务器)。使用ServerPlatform作为服务端通信基础设施。
|
|
ProfessionalCSharp/MoreSamples
Additional code samples the book series Professional C#, Wrox Press
|
|
bamotav/Hangfire.RecurringJobAdmin
A dashboard to manage Hangfire's recurring jobs.
|
|
NeoAxis/NeoAxisEngine
A versatile game engine designed for creating video games and real-time apps.
|
|
mellinoe/vk
Low-level Vulkan bindings for .NET.
|
Version | Downloads | Last updated | |
---|---|---|---|
2.2.8 | 11,451,731 | 11/18/2019 | |
2.2.7 | 1,676,133 | 9/10/2019 | |
2.2.6 | 3,419,287 | 7/9/2019 | |
2.2.5 | 640,956 | 5/14/2019 | |
2.2.4 | 350,370 | 4/9/2019 | |
2.2.3 | 610,544 | 3/12/2019 | |
2.2.2 | 794,144 | 2/12/2019 | |
2.2.1 | 650,349 | 1/8/2019 | |
2.2.0 | 31,203,388 | 12/3/2018 | |
2.2.0-preview3-27014-02 | 31,277 | 10/17/2018 | |
2.2.0-preview2-26905-02 | 29,551 | 9/12/2018 | |
2.2.0-preview-26820-02 | 11,069 | 8/22/2018 | |
2.1.30 | 1,146,836 | 8/19/2021 | |
2.1.29 | 127,546 | 8/10/2021 | |
2.1.28 | 159,510 | 5/11/2021 | |
2.1.27 | 77,315 | 4/6/2021 | |
2.1.26 | 91,365 | 3/9/2021 | |
2.1.25 | 90,713 | 2/9/2021 | |
2.1.24 | 136,570 | 1/12/2021 | |
2.1.23 | 420,796 | 10/13/2020 | |
2.1.22 | 166,659 | 9/8/2020 | |
2.1.21 | 92,058 | 8/11/2020 | |
2.1.20 | 106,010 | 7/14/2020 | |
2.1.19 | 142,024 | 6/9/2020 | |
2.1.18 | 168,291 | 5/12/2020 | |
2.1.17 | 604,916 | 3/24/2020 | |
2.1.16 | 187,786 | 2/18/2020 | |
2.1.15 | 266,490 | 1/14/2020 | |
2.1.14 | 352,588 | 11/18/2019 | |
2.1.13 | 868,818 | 9/10/2019 | |
2.1.12 | 864,419 | 7/9/2019 | |
2.1.11 | 300,748 | 5/14/2019 | |
2.1.10 | 182,941 | 4/9/2019 | |
2.1.9 | 886,940 | 3/11/2019 | |
2.1.8 | 776,736 | 2/12/2019 | |
2.1.7 | 565,900 | 1/8/2019 | |
2.1.6 | 497,448 | 11/13/2018 | |
2.1.5 | 652,349 | 10/1/2018 | |
2.1.4 | 529,445 | 9/11/2018 | |
2.1.3 | 1,153,251 | 8/21/2018 | |
2.1.2 | 541,867 | 7/10/2018 | |
2.1.1 | 657,595 | 6/18/2018 | |
2.1.0 | 58,092,373 | 5/29/2018 | |
2.1.0-rc1 | 35,983 | 5/6/2018 | |
2.1.0-preview2-26406-04 | 64,637 | 4/10/2018 | |
2.1.0-preview1-26216-03 | 52,649 | 2/26/2018 | |
2.0.9 | 2,962,230 | 7/10/2018 | |
2.0.7 | 19,764,780 | 4/16/2018 | |
2.0.6 | 8,072,453 | 3/13/2018 | |
2.0.5 | 10,327,008 | 1/9/2018 | |
2.0.4 | 44,599 | 12/12/2017 | |
2.0.3 | 8,919,481 | 11/14/2017 | |
2.0.0 | 61,765,315 | 8/11/2017 | |
2.0.0-preview2-25407-01 | 357,465 | 6/27/2017 | |
2.0.0-preview1-002111-00 | 2,246,254 | 5/9/2017 | |
1.1.13 | 825,031 | 5/14/2019 | |
1.1.12 | 251,368 | 3/11/2019 | |
1.1.11 | 2,323,632 | 2/12/2019 | |
1.1.10 | 82,028 | 10/9/2018 | |
1.1.9 | 537,221 | 7/10/2018 | |
1.1.8 | 17,341 | 4/16/2018 | |
1.1.7 | 16,789 | 3/13/2018 | |
1.1.6 | 15,032 | 1/9/2018 | |
1.1.5 | 30,493 | 11/14/2017 | |
1.1.4 | 17,033 | 9/20/2017 | |
1.1.2 | 31,070,545 | 5/9/2017 | |
1.1.1 | 14,535,765 | 3/6/2017 | |
1.1.0 | 1,902,550 | 11/16/2016 | |
1.1.0-preview1-001100-00 | 42,345 | 10/24/2016 | |
1.0.16 | 709,065 | 5/14/2019 | |
1.0.15 | 56,771 | 3/11/2019 | |
1.0.14 | 138,772 | 2/12/2019 | |
1.0.13 | 69,915 | 10/9/2018 | |
1.0.12 | 2,432,922 | 7/10/2018 | |
1.0.11 | 16,426 | 4/16/2018 | |
1.0.10 | 1,663,185 | 3/13/2018 | |
1.0.9 | 6,921 | 1/9/2018 | |
1.0.8 | 21,693 | 11/14/2017 | |
1.0.7 | 36,072 | 9/20/2017 | |
1.0.5 | 43,385,377 | 5/9/2017 | |
1.0.4 | 2,270,169 | 3/6/2017 | |
1.0.3 | 250,351 | 12/13/2016 | |
1.0.1 | 668,805 | 8/30/2016 | |
1.0.0 | 49,006,832 | 6/27/2016 | |
1.0.0-rc2-3002702 | 2,083,761 | 5/16/2016 |