Microsoft.NETCore.Targets 5.0.0

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

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

Requires NuGet 2.12 or higher.

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

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

Provides supporting infrastructure for portable projects: support identifiers that define framework and runtime for support targets and packages that reference the minimum supported package versions when targeting these.
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 (73)

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

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.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.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.

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

Provides commonly-used classes for performing mathematical functions, conversions, string comparisons and querying environment information. Commonly Used Types: System.Math System.Environment System.Random System.Progress<T> System.Convert System.Diagnostics.Stopwatch System.Runtime.Versioning.FrameworkName System.StringComparer System.IO.Path 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.

GitHub repositories (29)

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

Repository Stars
dotnet/machinelearning
ML.NET is an open source and cross-platform machine learning framework for .NET.
p-org/P
The P programming language.
dotnet/sdk
Core functionality needed to create .NET Core projects, that is shared between Visual Studio and CLI
microsoft/PowerApps-Samples
Sample code for Power Apps, including Dataverse, model-driven apps, canvas apps, Power Apps component framework, portals, and AI Builder.
CollapseLauncher/Collapse
An Advanced Launcher for miHoYo Games
Version Downloads Last updated
6.0.0-preview.4.21253.7 165,824 5/24/2021
6.0.0-preview.3.21201.4 7,872 4/8/2021
6.0.0-preview.2.21154.6 3,000 3/11/2021
6.0.0-preview.1.21102.12 1,378 2/12/2021
5.0.0 8,506,562 11/9/2020
5.0.0-rc.2.20475.5 2,646 10/13/2020
5.0.0-rc.1.20451.14 1,351 9/14/2020
5.0.0-preview.8.20407.11 2,527 8/25/2020
5.0.0-preview.7.20364.11 1,220 7/21/2020
5.0.0-preview.6.20305.6 978 6/25/2020
5.0.0-preview.5.20278.1 1,094 6/10/2020
5.0.0-preview.4.20251.6 1,239 5/18/2020
5.0.0-preview.3.20214.6 1,358 4/23/2020
5.0.0-preview.2.20160.6 2,074 4/2/2020
5.0.0-preview.1.20120.5 970 3/16/2020
3.1.0 2,779,332 12/3/2019
3.1.0-preview3.19551.4 1,309 11/13/2019
3.1.0-preview2.19523.17 1,271 11/1/2019
3.1.0-preview1.19504.10 3,142 10/15/2019
3.0.0 15,152,748 9/23/2019
3.0.0-rc1.19456.4 1,010 9/16/2019
3.0.0-preview9.19421.4 1,027 9/4/2019
3.0.0-preview9.19416.11 740 9/4/2019
3.0.0-preview8.19405.3 2,171 8/13/2019
3.0.0-preview7.19362.9 1,205 7/23/2019
3.0.0-preview6.19303.8 1,816 6/12/2019
3.0.0-preview6.19264.9 734 9/4/2019
3.0.0-preview5.19224.8 1,049 5/6/2019
3.0.0-preview4.19212.13 889 4/18/2019
3.0.0-preview3.19128.7 1,396 3/6/2019
3.0.0-preview.19073.11 1,178 1/29/2019
3.0.0-preview.18571.3 1,363 12/3/2018
2.1.0 47,091,984 5/29/2018
2.1.0-rc1 31,136 5/6/2018
2.1.0-preview2-26406-04 60,136 4/10/2018
2.1.0-preview1-26216-02 3,967 2/26/2018
2.0.0 45,390,512 8/11/2017
2.0.0-preview2-25405-01 50,536 6/27/2017
2.0.0-preview1-25305-02 149,757 5/9/2017
1.1.4 3,427,053 2/12/2019
1.1.3 315,596,334 7/10/2018
1.1.2 7,175,861 11/14/2017
1.1.1 31,664 9/20/2017
1.1.0 1,157,235,062 11/15/2016
1.1.0-preview1-24530-04 1,884,199 10/24/2016
1.0.7 32,705 3/11/2019
1.0.6 12,073 2/12/2019
1.0.5 15,589,516 11/14/2017
1.0.4 107,283 9/20/2017
1.0.3 34,336,205 5/9/2017
1.0.1 935,652,142 6/27/2016
1.0.1-rc2-24027 11,467,232 5/16/2016
1.0.1-beta-23516 39,788 11/18/2015
1.0.1-beta-23409 11,305 10/15/2015
1.0.1-beta-23225 125,601 9/1/2015
1.0.0 1,819,511 7/29/2015
1.0.0-beta-23109 10,921 7/27/2015
1.0.0-beta-23019 11,120 6/30/2015