Microsoft.NETCore.Platforms 2.0.0

There is a newer version of this package available.
See the version list below for details.

Requires NuGet 2.12 or higher.

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

// Install Microsoft.NETCore.Platforms as a Cake Tool
#tool nuget:?package=Microsoft.NETCore.Platforms&version=2.0.0

Provides runtime information required to resolve target framework, platform, and runtime specific implementations of .NETCore packages.
8321c729934c0f8be754953439b88e6e1c120c24
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.

This package has no dependencies.

NuGet packages (65)

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

Package Downloads
System.Runtime The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

Provides the fundamental primitives, classes and base classes that define commonly-used value and reference data types, events and event handlers, interfaces, attributes, and exceptions. This packages represents the core package, and provides the minimal set of types required to build a managed application. Commonly Used Types: System.Object System.Exception System.Int16 System.Int32 System.Int64 System.Enum System.String System.Char System.Boolean System.SByte System.Byte System.DateTime System.DateTimeOffset System.Single System.Double System.UInt16 System.UInt32 System.UInt64 System.IDisposable System.Uri When using NuGet 3.x this package requires at least version 3.4.

System.Reflection The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

Provides types that retrieve information about assemblies, modules, members, parameters, and other entities in managed code by examining their metadata. These types also can be used to manipulate instances of loaded types, for example to hook up events or to invoke methods. Commonly Used Types: System.Reflection.MethodInfo System.Reflection.PropertyInfo System.Reflection.ParameterInfo System.Reflection.FieldInfo System.Reflection.ConstructorInfo System.Reflection.Assembly System.Reflection.MemberInfo System.Reflection.EventInfo System.Reflection.Module When using NuGet 3.x this package requires at least version 3.4.

System.IO The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

Provides base input and output (I/O) types, including System.IO.Stream, System.IO.StreamReader and System.IO.StreamWriter, that allow reading and writing to data streams Commonly Used Types: System.IO.Stream System.IO.EndOfStreamException System.IO.MemoryStream System.IO.StreamReader System.IO.StreamWriter System.IO.StringWriter System.IO.TextWriter System.IO.TextReader When using NuGet 3.x this package requires at least version 3.4.

System.Threading.Tasks The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

Provides types that simplify the work of writing concurrent and asynchronous code. Commonly Used Types: System.Threading.Tasks.Task<TResult> System.Runtime.CompilerServices.TaskAwaiter<TResult> System.Threading.Tasks.TaskCompletionSource<TResult> System.Threading.Tasks.Task System.OperationCanceledException System.AggregateException When using NuGet 3.x this package requires at least version 3.4.

System.Text.Encoding The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

Provides base abstract encoding classes for converting blocks of characters to and from blocks of bytes. Commonly Used Types: System.Text.Encoding System.Text.DecoderFallbackException System.Text.Decoder System.Text.EncoderFallbackException System.Text.Encoder System.Text.EncoderFallback System.Text.EncoderFallbackBuffer System.Text.DecoderFallback System.Text.DecoderFallbackBuffer System.Text.DecoderExceptionFallback When using NuGet 3.x this package requires at least version 3.4.

GitHub repositories (287)

Showing the top 5 popular GitHub repositories that depend on Microsoft.NETCore.Platforms:

Repository Stars
CodeHubApp/CodeHub
CodeHub is an iOS application written using Xamarin
dotnet/roslyn
The Roslyn .NET compiler provides C# and Visual Basic languages with rich code analysis APIs.
dotnet/AspNetCore.Docs
Documentation for ASP.NET Core
dotnet/BenchmarkDotNet
Powerful .NET library for benchmarking
JeffreySu/WeiXinMPSDK
微信全平台 SDK Senparc.Weixin for C#,支持 .NET Framework 及 .NET Core、.NET 6.0、.NET 8.0。已支持微信公众号、小程序、小游戏、微信支付、企业微信/企业号、开放平台、JSSDK、微信周边等全平台。 WeChat SDK for C#.
Version Downloads Last updated
6.0.0-preview.1.21102.12 0 3/6/2021
5.0.1 2 3/6/2021
5.0.0 199 1/19/2021
5.0.0-rc.2.20475.5 0 1/20/2021
5.0.0-rc.1.20451.14 0 1/19/2021
5.0.0-preview.8.20407.11 0 1/19/2021
5.0.0-preview.7.20364.11 0 1/20/2021
5.0.0-preview.6.20305.6 0 1/20/2021
5.0.0-preview.5.20278.1 0 1/19/2021
5.0.0-preview.4.20251.6 0 1/20/2021
5.0.0-preview.3.20214.6 0 1/19/2021
5.0.0-preview.2.20160.6 0 1/20/2021
5.0.0-preview.1.20120.5 0 1/20/2021
3.1.4 0 3/6/2021
3.1.3 0 1/20/2021
3.1.2 0 1/20/2021
3.1.1 2 1/20/2021
3.1.0 65,545 1/20/2021
3.1.0-preview3.19551.4 0 1/20/2021
3.1.0-preview2.19523.17 0 1/20/2021
3.1.0-preview1.19504.10 0 1/20/2021
3.0.1 0 1/20/2021
3.0.0 32,957 1/20/2021
3.0.0-rc1.19456.4 0 1/20/2021
3.0.0-preview9.19421.4 0 1/20/2021
3.0.0-preview9.19416.11 0 1/20/2021
3.0.0-preview8.19405.3 1 1/20/2021
3.0.0-preview7.19362.9 0 1/20/2021
3.0.0-preview6.19303.8 2 1/19/2021
3.0.0-preview6.19264.9 0 1/20/2021
3.0.0-preview5.19224.8 0 1/20/2021
3.0.0-preview4.19212.13 0 1/20/2021
3.0.0-preview3.19128.7 0 1/20/2021
3.0.0-preview.19073.11 0 1/20/2021
3.0.0-preview.18571.3 0 1/20/2021
2.2.4 0 1/20/2021
2.2.3 0 1/20/2021
2.2.2 0 1/19/2021
2.2.1 0 1/20/2021
2.2.0 5 1/20/2021
2.2.0-preview3-27014-02 0 1/20/2021
2.2.0-preview2-26905-02 0 1/20/2021
2.1.12 0 1/20/2021
2.1.11 0 1/20/2021
2.1.10 0 1/20/2021
2.1.9 0 1/20/2021
2.1.8 0 1/19/2021
2.1.7 0 1/20/2021
2.1.6 0 1/19/2021
2.1.5 0 1/20/2021
2.1.4 0 1/20/2021
2.1.3 1 1/20/2021
2.1.2 65,498 1/19/2021
2.1.1 1 1/20/2021
2.1.1-servicing-26902-02 0 1/20/2021
2.1.1-servicing-26724-03 0 1/20/2021
2.1.0 19,468 1/20/2021
2.1.0-rc1 0 1/20/2021
2.1.0-preview2-26406-04 0 1/20/2021
2.1.0-preview1-26216-02 0 1/20/2021
2.0.2 1 1/20/2021
2.0.1 3 1/20/2021
2.0.0 15,054 1/19/2021
2.0.0-preview2-25405-01 158 1/20/2021
2.0.0-preview1-25305-02 114 1/19/2021
1.1.2 0 1/20/2021
1.1.1 5,349 1/20/2021
1.1.0 58,475 1/19/2021
1.1.0-preview1-24530-04 58 1/20/2021
1.0.2 950 1/20/2021
1.0.1 25,664 5/6/2017
1.0.1-rc2-24027 270 1/19/2021
1.0.1-beta-23516 1,461 11/18/2015
1.0.1-beta-23409 535 10/15/2015
1.0.1-beta-23225 1,554 9/1/2015
1.0.0 83,800 7/29/2015
1.0.0-beta-23109 108 7/27/2015
1.0.0-beta-23019 129 6/30/2015