BlueRaja / High-Speed-Priority-Queue-for-C-Sharp

A C# priority queue optimized for pathfinding applications
MIT License
1.15k stars 169 forks source link

Added support for .Net Standart 1.1 #17

Closed ijsgaus closed 7 years ago

BlueRaja commented 7 years ago

Shouldn't this be covered by the UWP support in the latest release?

BlueRaja commented 7 years ago

Closing due to lack of response

ijsgaus commented 7 years ago

.NET Standard 1.1 is compatible with Windows 8 RT .NET Standard 1.2 is compatible with Windows 8.1 RT .NET Standard 1.4 is compatible with Windows 10 UWP But, Windows UWP is not compatible with .NET Standard and cannot be referenced in .NET standard libraries With best regards

On Sun, Oct 30, 2016 at 6:59 PM, BlueRaja notifications@github.com wrote:

Shouldn't this be covered by the UWP support in the latest release?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/BlueRaja/High-Speed-Priority-Queue-for-C-Sharp/pull/17#issuecomment-257159700, or mute the thread https://github.com/notifications/unsubscribe-auth/APQcyJFEoIVseOQfnvyixrPcQ5-aiR75ks5q5L7XgaJpZM4KkEtm .

Ivan J. Simongaouz, aka Shadowspan