Microsoft.NETCore.Runtime.CoreCLR 2.0.8

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. 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

Requires NuGet 2.12 or higher.

dotnet add package Microsoft.NETCore.Runtime.CoreCLR --version 2.0.8
NuGet\Install-Package Microsoft.NETCore.Runtime.CoreCLR -Version 2.0.8
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.NETCore.Runtime.CoreCLR" Version="2.0.8" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Microsoft.NETCore.Runtime.CoreCLR --version 2.0.8
#r "nuget: Microsoft.NETCore.Runtime.CoreCLR, 2.0.8"
#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.
// Install Microsoft.NETCore.Runtime.CoreCLR as a Cake Addin
#addin nuget:?package=Microsoft.NETCore.Runtime.CoreCLR&version=2.0.8

// Install Microsoft.NETCore.Runtime.CoreCLR as a Cake Tool
#tool nuget:?package=Microsoft.NETCore.Runtime.CoreCLR&version=2.0.8

The .NET Core runtime, called CoreCLR, and the base library, called System.Private.CoreLib. It includes the garbage collector, JIT compiler, base .NET data types and many low-level classes.
a536e7eec55c538c94639cefe295aa672996bf9b
When using NuGet 3.x this package requires at least version 3.4.

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. 
.NET Core netcoreapp1.0 was computed.  netcoreapp1.1 was computed.  netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard1.0 is compatible.  netstandard1.1 was computed.  netstandard1.2 was computed.  netstandard1.3 was computed.  netstandard1.4 was computed.  netstandard1.5 was computed.  netstandard1.6 was computed.  netstandard2.0 was computed.  netstandard2.1 was computed. 
.NET Framework net45 was computed.  net451 was computed.  net452 was computed.  net46 was computed.  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 tizen30 was computed.  tizen40 was computed.  tizen60 was computed. 
Universal Windows Platform uap was computed.  uap10.0 was computed. 
Windows Phone wp8 was computed.  wp81 was computed.  wpa81 was computed. 
Windows Store netcore was computed.  netcore45 was computed.  netcore451 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 (9)

Showing the top 5 NuGet packages that depend on Microsoft.NETCore.Runtime.CoreCLR:

Package Downloads
Microsoft.NETCore.Portable.Compatibility The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

Enables compatiblity with portable libraries targeting previous .NET releases like .NET Framework 4.0 and Silverlight. This package supports retargeting references to classic reference assemblies (mscorlib.dll, system.dll, etc) to new contract assemblies (System.Runtime.dll, System.IO, etc). It does this in a pay-for-play way to prevent consuming assemblies from having to reference all of the contracts that happen to overlap with mscorlib. As such, when using this package you may encounter errors like error CS0012: The type 'WebRequest' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Net.Requests, Version=0.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'. To resolve these errors install the package with the same name name as the missing assembly. TFS ID: 1612576, GitHub SHA: https://github.com/dotnet/corefx/tree/f47c814b003d17da52940739e227f04e52b10279 When using NuGet 3.x this package requires at least version 3.4.

Microsoft.NETCore.Runtime The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

The .NET Core runtime. \r\n TFS ID: 1599443, GitHub SHA: https://github.com/dotnet/corefx/tree/eede273a4dfabcea608621f5e1bbf8ad00584cfb

Microsoft.NETCore.UniversalWindowsPlatform The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

Provides a set of packages that can be used when building Universal Windows applications on .NETCore. d67bd83a075b8b10cb95810568073c1a3211f28b When using NuGet 3.x this package requires at least version 3.4.

Microsoft.FSharp.Compiler.Host.netcore

.NET Core compatible version of the fsharp compiler fsc.exe. Supported Platforms: - .NET Core (netstandard1.6)

RiskLog

Package Description

GitHub repositories (4)

Showing the top 4 popular GitHub repositories that depend on Microsoft.NETCore.Runtime.CoreCLR:

Repository Stars
JasonXuDeveloper/Nino
Definite useful and high performance modules for C# projects, especially for Unity. 实用的高性能C#模块,尤其在Unity平台能带来令人难以置信的效益。
mellinoe/ge
A general-purpose 3D game engine with editor, built with .NET Core
mellinoe/vk
Low-level Vulkan bindings for .NET.
ProfessionalCSharp/ProfessionalCSharp6
Code samples for the book Professional C# 6 and .NET Core 1.0, Wrox Press
Version Downloads Last updated
2.0.8 352,810 7/10/2018
2.0.7 35,039 4/16/2018
2.0.6 23,345 3/13/2018
2.0.5 38,497 1/9/2018
2.0.4 12,088 12/12/2017
2.0.3 34,607 11/14/2017
2.0.0 148,076 8/11/2017
2.0.0-preview2-25407-01 8,944 6/27/2017
2.0.0-preview1-25301-02 9,951 5/9/2017
1.1.13 816,458 5/14/2019
1.1.12 255,977 3/11/2019
1.1.11 2,330,383 2/12/2019
1.1.10 87,461 10/9/2018
1.1.9 538,920 7/10/2018
1.1.8 24,089 4/16/2018
1.1.7 22,606 3/13/2018
1.1.6 21,854 1/9/2018
1.1.5 31,505 11/14/2017
1.1.4 20,983 9/20/2017
1.1.2 22,505,569 5/9/2017
1.1.1 3,704,980 3/6/2017
1.1.0 1,670,494 11/15/2016
1.1.0-preview1-24608-01 76,366 10/24/2016
1.0.18 699,566 5/14/2019
1.0.17 62,812 3/11/2019
1.0.16 144,352 2/12/2019
1.0.15 75,264 10/9/2018
1.0.14 2,446,016 7/10/2018
1.0.13 23,613 4/16/2018
1.0.12 1,670,503 3/13/2018
1.0.11 14,688 1/9/2018
1.0.10 33,752 11/14/2017
1.0.9 27,848 9/20/2017
1.0.7 34,555,480 5/9/2017
1.0.6 10,182,497 3/6/2017
1.0.5 245,700 12/13/2016
1.0.4 2,322,367 8/11/2016
1.0.3 1,477,683 6/27/2016
1.0.2 61,405,863 6/27/2016
1.0.2-rc2-24027 12,712,397 5/16/2016
1.0.1 624,536 2/23/2016
1.0.1-beta-23516 29,261 11/18/2015
1.0.1-beta-23409 10,542 10/15/2015