diff --git a/QuickBooks.Net.Data/QuickBooks.Net.Data.csproj b/QuickBooks.Net.Data/QuickBooks.Net.Data.csproj index 6190313..c11dad6 100644 --- a/QuickBooks.Net.Data/QuickBooks.Net.Data.csproj +++ b/QuickBooks.Net.Data/QuickBooks.Net.Data.csproj @@ -1,6 +1,6 @@  - net462;netstandard1.6 + net462;netstandard1.6;netstandard2.0 Ben Duggan, Andrew Smith, Ryan Szemplinski https://github.com/EduSource/QuickBooks.Net A C# api wrapper for QuickBooks diff --git a/QuickBooks.Net/QuickBooks.Net.csproj b/QuickBooks.Net/QuickBooks.Net.csproj index 002b35f..53a6cbf 100644 --- a/QuickBooks.Net/QuickBooks.Net.csproj +++ b/QuickBooks.Net/QuickBooks.Net.csproj @@ -1,6 +1,6 @@  - net462;netstandard1.6 + net462;netstandard1.6;netstandard2.0 Ben Duggan, Andrew Smith, Ryan Szemplinski https://github.com/EduSource/QuickBooks.Net A C# api wrapper for QuickBooks @@ -20,6 +20,9 @@ + + +