PreviousNext

Announcing the Windows Compatibility Pack for .NET Core

by bill-s, 2017-12-02T12:14:41.000Z

Porting existing code to .NET Core used to be quite hard because the available API set was very small. In .NET Core 2.0, we already made this much easier, thanks to .NET Standard 2.0. Today, we’re happy to announce that we made it even easier with the Windows Compatibility Pack, which provides access to an additional 20,000 APIs via a single NuGet package.

Read More