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"
#:package 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 (24)
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/sdk
Core functionality needed to create .NET Core projects, that is shared between Visual Studio and CLI
|
|
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/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
|
|
NeoAxis/NeoAxisEngine
A versatile game engine designed for creating video games and real-time apps.
|
|
bamotav/Hangfire.RecurringJobAdmin
A dashboard to manage Hangfire's recurring jobs.
|
|
mellinoe/vk
Low-level Vulkan bindings for .NET.
|
Version | Downloads | Last Updated | |
---|---|---|---|
2.2.8 | 11,830,634 | 11/18/2019 | |
2.2.7 | 1,681,778 | 9/10/2019 | |
2.2.6 | 3,422,219 | 7/9/2019 | |
2.2.5 | 643,708 | 5/14/2019 | |
2.2.4 | 352,536 | 4/9/2019 | |
2.2.3 | 613,638 | 3/12/2019 | |
2.2.2 | 802,218 | 2/12/2019 | |
2.2.1 | 655,126 | 1/8/2019 | |
2.2.0 | 32,324,630 | 12/3/2018 | |
2.2.0-preview3-27014-02 | 31,457 | 10/17/2018 | |
2.2.0-preview2-26905-02 | 29,824 | 9/12/2018 | |
2.2.0-preview-26820-02 | 11,312 | 8/22/2018 | |
2.1.30 | 1,396,687 | 8/19/2021 | |
2.1.29 | 135,116 | 8/10/2021 | |
2.1.28 | 160,804 | 5/11/2021 | |
2.1.27 | 78,530 | 4/6/2021 | |
2.1.26 | 92,703 | 3/9/2021 | |
2.1.25 | 92,039 | 2/9/2021 | |
2.1.24 | 137,882 | 1/12/2021 | |
2.1.23 | 422,204 | 10/13/2020 | |
2.1.22 | 168,084 | 9/8/2020 | |
2.1.21 | 93,339 | 8/11/2020 | |
2.1.20 | 107,682 | 7/14/2020 | |
2.1.19 | 144,639 | 6/9/2020 | |
2.1.18 | 169,700 | 5/12/2020 | |
2.1.17 | 606,564 | 3/24/2020 | |
2.1.16 | 189,574 | 2/18/2020 | |
2.1.15 | 268,026 | 1/14/2020 | |
2.1.14 | 355,564 | 11/18/2019 | |
2.1.13 | 871,419 | 9/10/2019 | |
2.1.12 | 867,895 | 7/9/2019 | |
2.1.11 | 302,562 | 5/14/2019 | |
2.1.10 | 184,531 | 4/9/2019 | |
2.1.9 | 888,985 | 3/11/2019 | |
2.1.8 | 778,590 | 2/12/2019 | |
2.1.7 | 567,723 | 1/8/2019 | |
2.1.6 | 499,271 | 11/13/2018 | |
2.1.5 | 655,537 | 10/1/2018 | |
2.1.4 | 531,709 | 9/11/2018 | |
2.1.3 | 1,155,088 | 8/21/2018 | |
2.1.2 | 544,567 | 7/10/2018 | |
2.1.1 | 664,294 | 6/18/2018 | |
2.1.0 | 60,788,016 | 5/29/2018 | |
2.1.0-rc1 | 36,376 | 5/6/2018 | |
2.1.0-preview2-26406-04 | 64,997 | 4/10/2018 | |
2.1.0-preview1-26216-03 | 54,057 | 2/26/2018 | |
2.0.9 | 3,034,950 | 7/10/2018 | |
2.0.7 | 20,801,831 | 4/16/2018 | |
2.0.6 | 8,366,296 | 3/13/2018 | |
2.0.5 | 10,740,086 | 1/9/2018 | |
2.0.4 | 45,268 | 12/12/2017 | |
2.0.3 | 9,354,322 | 11/14/2017 | |
2.0.0 | 63,703,703 | 8/11/2017 | |
2.0.0-preview2-25407-01 | 366,699 | 6/27/2017 | |
2.0.0-preview1-002111-00 | 2,292,057 | 5/9/2017 | |
1.1.13 | 830,715 | 5/14/2019 | |
1.1.12 | 252,200 | 3/11/2019 | |
1.1.11 | 2,324,085 | 2/12/2019 | |
1.1.10 | 82,693 | 10/9/2018 | |
1.1.9 | 538,457 | 7/10/2018 | |
1.1.8 | 18,109 | 4/16/2018 | |
1.1.7 | 17,432 | 3/13/2018 | |
1.1.6 | 15,754 | 1/9/2018 | |
1.1.5 | 31,178 | 11/14/2017 | |
1.1.4 | 17,775 | 9/20/2017 | |
1.1.2 | 31,804,004 | 5/9/2017 | |
1.1.1 | 14,981,468 | 3/6/2017 | |
1.1.0 | 1,948,206 | 11/16/2016 | |
1.1.0-preview1-001100-00 | 42,929 | 10/24/2016 | |
1.0.16 | 714,443 | 5/14/2019 | |
1.0.15 | 57,122 | 3/11/2019 | |
1.0.14 | 139,119 | 2/12/2019 | |
1.0.13 | 70,431 | 10/9/2018 | |
1.0.12 | 2,433,625 | 7/10/2018 | |
1.0.11 | 17,066 | 4/16/2018 | |
1.0.10 | 1,663,757 | 3/13/2018 | |
1.0.9 | 7,558 | 1/9/2018 | |
1.0.8 | 22,425 | 11/14/2017 | |
1.0.7 | 41,375 | 9/20/2017 | |
1.0.5 | 45,968,105 | 5/9/2017 | |
1.0.4 | 2,499,787 | 3/6/2017 | |
1.0.3 | 251,460 | 12/13/2016 | |
1.0.1 | 1,029,830 | 8/30/2016 | |
1.0.0 | 51,152,111 | 6/27/2016 | |
1.0.0-rc2-3002702 | 2,086,187 | 5/16/2016 |