Microsoft.NETCore.Targets 3.0.0-preview7.19362.9

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
This is a prerelease version of Microsoft.NETCore.Targets.
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.Targets --version 3.0.0-preview7.19362.9
NuGet\Install-Package Microsoft.NETCore.Targets -Version 3.0.0-preview7.19362.9
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="3.0.0-preview7.19362.9" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Microsoft.NETCore.Targets --version 3.0.0-preview7.19362.9
#r "nuget: Microsoft.NETCore.Targets, 3.0.0-preview7.19362.9"
#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=3.0.0-preview7.19362.9&prerelease

// Install Microsoft.NETCore.Targets as a Cake Tool
#tool nuget:?package=Microsoft.NETCore.Targets&version=3.0.0-preview7.19362.9&prerelease

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 (74)

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

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 169,340 5/24/2021
6.0.0-preview.3.21201.4 7,924 4/8/2021
6.0.0-preview.2.21154.6 3,002 3/11/2021
6.0.0-preview.1.21102.12 1,393 2/12/2021
5.0.0 8,623,247 11/9/2020
5.0.0-rc.2.20475.5 2,650 10/13/2020
5.0.0-rc.1.20451.14 1,353 9/14/2020
5.0.0-preview.8.20407.11 2,529 8/25/2020
5.0.0-preview.7.20364.11 1,222 7/21/2020
5.0.0-preview.6.20305.6 980 6/25/2020
5.0.0-preview.5.20278.1 1,096 6/10/2020
5.0.0-preview.4.20251.6 1,243 5/18/2020
5.0.0-preview.3.20214.6 1,360 4/23/2020
5.0.0-preview.2.20160.6 2,076 4/2/2020
5.0.0-preview.1.20120.5 972 3/16/2020
3.1.0 2,787,438 12/3/2019
3.1.0-preview3.19551.4 1,311 11/13/2019
3.1.0-preview2.19523.17 1,273 11/1/2019
3.1.0-preview1.19504.10 3,157 10/15/2019
3.0.0 15,536,962 9/23/2019
3.0.0-rc1.19456.4 1,012 9/16/2019
3.0.0-preview9.19421.4 1,029 9/4/2019
3.0.0-preview9.19416.11 742 9/4/2019
3.0.0-preview8.19405.3 2,173 8/13/2019
3.0.0-preview7.19362.9 1,208 7/23/2019
3.0.0-preview6.19303.8 1,820 6/12/2019
3.0.0-preview6.19264.9 736 9/4/2019
3.0.0-preview5.19224.8 1,054 5/6/2019
3.0.0-preview4.19212.13 893 4/18/2019
3.0.0-preview3.19128.7 1,407 3/6/2019
3.0.0-preview.19073.11 1,182 1/29/2019
3.0.0-preview.18571.3 1,365 12/3/2018
2.1.0 47,378,316 5/29/2018
2.1.0-rc1 31,435 5/6/2018
2.1.0-preview2-26406-04 60,502 4/10/2018
2.1.0-preview1-26216-02 4,053 2/26/2018
2.0.0 45,812,315 8/11/2017
2.0.0-preview2-25405-01 50,628 6/27/2017
2.0.0-preview1-25305-02 149,842 5/9/2017
1.1.4 3,428,547 2/12/2019
1.1.3 319,268,589 7/10/2018
1.1.2 7,298,645 11/14/2017
1.1.1 31,854 9/20/2017
1.1.0 1,172,454,201 11/15/2016
1.1.0-preview1-24530-04 1,904,243 10/24/2016
1.0.7 33,324 3/11/2019
1.0.6 12,604 2/12/2019
1.0.5 15,606,708 11/14/2017
1.0.4 109,485 9/20/2017
1.0.3 34,514,977 5/9/2017
1.0.1 946,613,350 6/27/2016
1.0.1-rc2-24027 11,538,627 5/16/2016
1.0.1-beta-23516 40,923 11/18/2015
1.0.1-beta-23409 12,072 10/15/2015
1.0.1-beta-23225 126,871 9/1/2015
1.0.0 1,822,251 7/29/2015
1.0.0-beta-23109 11,571 7/27/2015
1.0.0-beta-23019 11,780 6/30/2015