Using .NET Core 2.0 implementation of Concurrent classes from .NET Framework application

Viewed 329

I would like to use the .NET Core 2.0 implementations of the Concurrent and Generic collections referenced here from a .NET framework application. Creating a .NET Standard library, wrapping these classes, and referencing the project in a .NET Framework App does not appear to work. Instead, it runs the .NET Framework versions of the classes (which makes sense.)

Is there any way to do this? Our application relies on many Framework features that aren't in Core, so unfortunately we can't just convert it into a Core application.

0 Answers
Related