![]() |
VOOZH | about |
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
<PackageReference Include="Microsoft.NETCore.Targets" Version="5.0.0" />
<PackageVersion Include="Microsoft.NETCore.Targets" Version="5.0.0" />Directory.Packages.props
<PackageReference Include="Microsoft.NETCore.Targets" />Project file
paket add Microsoft.NETCore.Targets --version 5.0.0
#r "nuget: Microsoft.NETCore.Targets, 5.0.0"
#:package Microsoft.NETCore.Targets@5.0.0
#addin nuget:?package=Microsoft.NETCore.Targets&version=5.0.0Install as a Cake Addin
#tool nuget:?package=Microsoft.NETCore.Targets&version=5.0.0Install as a Cake Tool
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 | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net5.0 net5.0 was computed. net5.0-windows net5.0-windows was computed. net6.0 net6.0 was computed. net6.0-android net6.0-android was computed. net6.0-ios net6.0-ios was computed. net6.0-maccatalyst net6.0-maccatalyst was computed. net6.0-macos net6.0-macos was computed. net6.0-tvos net6.0-tvos was computed. net6.0-windows net6.0-windows was computed. net7.0 net7.0 was computed. net7.0-android net7.0-android was computed. net7.0-ios net7.0-ios was computed. net7.0-maccatalyst net7.0-maccatalyst was computed. net7.0-macos net7.0-macos was computed. net7.0-tvos net7.0-tvos was computed. net7.0-windows net7.0-windows was computed. net8.0 net8.0 was computed. net8.0-android net8.0-android was computed. net8.0-browser net8.0-browser was computed. net8.0-ios net8.0-ios was computed. net8.0-maccatalyst net8.0-maccatalyst was computed. net8.0-macos net8.0-macos was computed. net8.0-tvos net8.0-tvos was computed. net8.0-windows net8.0-windows was computed. net9.0 net9.0 was computed. net9.0-android net9.0-android was computed. net9.0-browser net9.0-browser was computed. net9.0-ios net9.0-ios was computed. net9.0-maccatalyst net9.0-maccatalyst was computed. net9.0-macos net9.0-macos was computed. net9.0-tvos net9.0-tvos was computed. net9.0-windows net9.0-windows was computed. net10.0 net10.0 was computed. net10.0-android net10.0-android was computed. net10.0-browser net10.0-browser was computed. net10.0-ios net10.0-ios was computed. net10.0-maccatalyst net10.0-maccatalyst was computed. net10.0-macos net10.0-macos was computed. net10.0-tvos net10.0-tvos was computed. net10.0-windows net10.0-windows was computed. |
| .NET Core | netcoreapp1.0 netcoreapp1.0 was computed. netcoreapp1.1 netcoreapp1.1 was computed. netcoreapp2.0 netcoreapp2.0 was computed. netcoreapp2.1 netcoreapp2.1 was computed. netcoreapp2.2 netcoreapp2.2 was computed. netcoreapp3.0 netcoreapp3.0 was computed. netcoreapp3.1 netcoreapp3.1 was computed. |
| .NET Standard | netstandard1.0 netstandard1.0 is compatible. netstandard1.1 netstandard1.1 was computed. netstandard1.2 netstandard1.2 was computed. netstandard1.3 netstandard1.3 was computed. netstandard1.4 netstandard1.4 was computed. netstandard1.5 netstandard1.5 was computed. netstandard1.6 netstandard1.6 was computed. netstandard2.0 netstandard2.0 was computed. netstandard2.1 netstandard2.1 was computed. |
| .NET Framework | net45 net45 was computed. net451 net451 was computed. net452 net452 was computed. net46 net46 was computed. net461 net461 was computed. net462 net462 was computed. net463 net463 was computed. net47 net47 was computed. net471 net471 was computed. net472 net472 was computed. net48 net48 was computed. net481 net481 was computed. |
| MonoAndroid | monoandroid monoandroid was computed. |
| MonoMac | monomac monomac was computed. |
| MonoTouch | monotouch monotouch was computed. |
| Tizen | tizen30 tizen30 was computed. tizen40 tizen40 was computed. tizen60 tizen60 was computed. |
| Universal Windows Platform | uap uap was computed. uap10.0 uap10.0 was computed. |
| Windows Phone | wp8 wp8 was computed. wp81 wp81 was computed. wpa81 wpa81 was computed. |
| Windows Store | netcore netcore was computed. netcore45 netcore45 was computed. netcore451 netcore451 was computed. |
| Xamarin.iOS | xamarinios xamarinios was computed. |
| Xamarin.Mac | xamarinmac xamarinmac was computed. |
| Xamarin.TVOS | xamarintvos xamarintvos was computed. |
| Xamarin.WatchOS | xamarinwatchos xamarinwatchos was computed. |
This package has no dependencies.
Showing the top 5 NuGet packages that depend on Microsoft.NETCore.Targets:
| Package | Downloads |
|---|---|
|
System.Runtime
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
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
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.Reflection
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.Runtime.Extensions
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. |
Showing the top 20 popular GitHub repositories that depend on Microsoft.NETCore.Targets:
| Repository | Stars |
|---|---|
|
mRemoteNG/mRemoteNG
mRemoteNG is the next generation of mRemote, open source, tabbed, multi-protocol, remote connections manager.
|
|
|
p-org/P
The P programming language.
|
|
|
microsoft/PowerApps-Samples
Sample code for Power Apps, including Dataverse, model-driven apps, canvas apps, Power Apps component framework, portals, and AI Builder.
|
|
|
NickvisionApps/Denaro
Manage your personal finances
|
|
|
Kyrodan/KeeAnywhere
A cloud storage provider plugin for KeePass Password Safe
|
|
|
MscrmTools/XrmToolBox
An application that gather multiple tools to ease the customization and configuration of Microsoft Dynamics CRM/365/Dataverse/PowerApps
|
|
|
Drutol/MALClient
Not so small client app for Myanimelist.net - Windows 10 UWP & Android
|
|
|
pdfforge/PDFCreator
PDFCreator - The free PDF Converter
|
|
|
NickvisionApps/Tagger
Tag your music
|
|
|
OData/ODataSamples
Samples: For ODataLib, OData Web API, RESTier, etc.
|
|
|
roubachof/Xamarin-Forms-Practices
Collection of good practices for Xamarin forms developement
|
|
|
dseph/EwsEditor
EWSEditor is a large sample which shows how Exchange Web Services (EWS) calls can be done in code.
|
|
|
NickvisionApps/Cavalier
Visualize audio with CAVA
|
|
|
Fragtality/PilotsDeck
Directly control the FlightSim from your StreamDeck!
|
|
|
WaelHamze/xrm-ci-framework
xRM CI Framework provides you with the tools automate the build and deployment of your CRM Solution. Using the framework to implement a fully automated DevOps pipeline will allow you to deploy more frequently with added consistency and quality.
|
|
|
johnstaveley/SecurityEssentials
Raise your baseline in security by using this as your template instead of default Mvc project. Keep your app secure by continuously applying Security rules
|
|
|
rappen/FetchXMLBuilder
FetchXML Builder for XrmToolBox and Microsoft Dynamics 365 / CRM
|
|
|
Mewnojs/PlantsVsZombies.NET
A port of Plants vs. Zombies Windows Phone version to various platforms, powered by MonoGame
|
|
|
microsoft/Office365APIEditor
If you're looking for a successor application of Office365APIEditor, please try Graph Editor - https://github.com/rykoma/Graph-Editor
|
|
|
davidbritch/xamarin-forms
Samples for Xamarin.Forms
|
| Version | Downloads | Last Updated |
|---|---|---|
| 6.0.0-preview.4.21253.7 | 611,452 | 5/24/2021 |
| 6.0.0-preview.3.21201.4 | 12,894 | 4/8/2021 |
| 6.0.0-preview.2.21154.6 | 4,266 | 3/11/2021 |
| 6.0.0-preview.1.21102.12 | 4,559 | 2/12/2021 |
| 5.0.0 | 19,843,047 | 11/9/2020 |
| 5.0.0-rc.2.20475.5 | 3,666 | 10/13/2020 |
| 5.0.0-rc.1.20451.14 | 2,267 | 9/14/2020 |
| 5.0.0-preview.8.20407.11 | 3,459 | 8/25/2020 |
| 5.0.0-preview.7.20364.11 | 2,142 | 7/21/2020 |
| 5.0.0-preview.6.20305.6 | 1,915 | 6/25/2020 |
| 5.0.0-preview.5.20278.1 | 2,032 | 6/10/2020 |
| 5.0.0-preview.4.20251.6 | 2,162 | 5/18/2020 |
| 5.0.0-preview.3.20214.6 | 2,301 | 4/23/2020 |
| 5.0.0-preview.2.20160.6 | 3,012 | 4/2/2020 |
| 5.0.0-preview.1.20120.5 | 1,886 | 3/16/2020 |
| 3.1.0 | 3,462,019 | 12/3/2019 |
| 3.1.0-preview3.19551.4 | 2,277 | 11/13/2019 |
| 3.1.0-preview2.19523.17 | 2,228 | 11/1/2019 |
| 3.1.0-preview1.19504.10 | 4,209 | 10/15/2019 |
| 3.0.0 | 72,693,212 | 9/23/2019 |