QuickGraphCore 1.0.0
Requires NuGet 4.0 or higher.
dotnet add package QuickGraphCore --version 1.0.0
NuGet\Install-Package QuickGraphCore -Version 1.0.0
<PackageReference Include="QuickGraphCore" Version="1.0.0" />
paket add QuickGraphCore --version 1.0.0
#r "nuget: QuickGraphCore, 1.0.0"
// Install QuickGraphCore as a Cake Addin
#addin nuget:?package=QuickGraphCore&version=1.0.0
// Install QuickGraphCore as a Cake Tool
#tool nuget:?package=QuickGraphCore&version=1.0.0
QuickGraph provides generic directed/undirected graph datastructures and algorithms for .Net
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows |
.NET Core | netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard2.0 netstandard2.1 |
.NET Framework | net40 net403 net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 net481 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen40 tizen60 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.NETFramework 4.0
- No dependencies.
-
.NETStandard 2.0
- No dependencies.
NuGet packages (5)
Showing the top 5 NuGet packages that depend on QuickGraphCore:
Package | Downloads |
---|---|
GraphX
GraphX for .NET is an advanced graph visualization library that uses different layout and edge routing algorithms, implements many features and supports custom visual templates. This release features WPF/Core/UWP visualization only. Logic & algorithm libraries are available for many platforms. |
|
QIQI.EplOnCpp.Core
EplOnCpp Core |
|
Tom-Wells-NW.GraphX.Core.Controls
A fork of GraphX project by panthernet. GraphX.Core.Controls is a sub package of the GraphX package. |
|
Tom-Wells-NW.GraphX.Standard.Logic
A fork of GraphX project by panthernet. GraphX.Standard.Logic is a sub package of the GraphX package. |
|
Tom-Wells-NW.GraphX.Standard.Common
A fork of GraphX project by panthernet. GraphX.Standard.Common is a sub package of the GraphX package. |
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on QuickGraphCore:
Repository | Stars |
---|---|
trailofbits/RpcInvestigator
Exploring RPC interfaces on Windows
|
Version | Downloads | Last updated |
---|---|---|
1.0.0 | 294,484 | 8/17/2017 |
QuickGraphCore add netstandard2.0 and net40 support.