archive: NuGet

.NET Core and .NET Framework Working Together Header Image

.NET Core and .NET Framework Working Together, Or: The Magic of .NET Standard

Jamie Taylor4 comments

Now that the first previews of .NET Core and .NET Standard 2.0 have been released, we're able to use .NET Framework NuGet packages with .NET Core applications. In this post, I'll run you through the steps required to use a .NET Framework NuGet package in a .NET Core 2.0 application, and we'll build a .NET Core 2.0 desktop application which consumes an amazing .NET Framework class library.

continue reading