kevbite/CompaniesHouse.NET

Add netstandard2.0 to targeted frameworks

kevbite opened this issue · 1 comments

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.

Now packages up netstand2.0 packages as of version 7.8.0