kevbite / CompaniesHouse.NET

A simple .NET client wrapper for CompaniesHouse API
MIT License
37 stars 44 forks source link

Add netstandard2.0 to targeted frameworks #131

Closed kevbite closed 4 years ago

kevbite commented 4 years ago

We should add a target framework of netstandard2.0 so that it simplifies the dependency graph.

As said in the MS Docs (which-net-standard-version-to-target):

If your project targets .NET Standard 1.x, we recommend that you also target .NET Standard 2.0. This simplifies the dependency graph for users of your library that run on .NET Standard 2.0 compatible frameworks, and it reduces the number of packages they need to download.

kevbite commented 4 years ago

Now packages up netstand2.0 packages as of version 7.8.0