kevbite / CompaniesHouse.NET

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

Please support .Net Core 3.1 / .Net Standard 2.1 #130

Closed johnmackerras closed 4 years ago

johnmackerras commented 4 years ago

Please support Latest .Net Core products (.Net Core 3.1 / .Net Standard 2.1)

kevbite commented 4 years ago

Hello @johnmackerras, netstandard1.1 is netcore3.1 and netstandard2.1 compatible

kevbite commented 4 years ago

Please see .NET implementation support table https://docs.microsoft.com/en-us/dotnet/standard/net-standard#net-implementation-support

kevbite commented 4 years ago

I've added netstandard 2.0 support as recommended in the MS Docs, this was in issue https://github.com/kevbite/CompaniesHouse.NET/issues/131

I'm going to close this issue unless there is a need to directly support these targets.