From 5339675e8e0fba1ba78c8d14b0e5e8b82635d99a Mon Sep 17 00:00:00 2001 From: Jake Moening Date: Thu, 26 Sep 2019 17:04:27 -0500 Subject: [PATCH] #9 Update to .net core 3.0 --- YNAB.SDK.Tests/YNAB.SDK.Tests.csproj | 6 +++++- YNAB.SDK/YNAB.SDK.csproj | 11 ++++++++--- 2 files changed, 13 insertions(+), 4 deletions(-) diff --git a/YNAB.SDK.Tests/YNAB.SDK.Tests.csproj b/YNAB.SDK.Tests/YNAB.SDK.Tests.csproj index 1c68eae..1c60365 100644 --- a/YNAB.SDK.Tests/YNAB.SDK.Tests.csproj +++ b/YNAB.SDK.Tests/YNAB.SDK.Tests.csproj @@ -1,11 +1,15 @@ - netcoreapp2.2 + netcoreapp3.0 false + + + + diff --git a/YNAB.SDK/YNAB.SDK.csproj b/YNAB.SDK/YNAB.SDK.csproj index 5ac41e9..e9b0c8e 100644 --- a/YNAB.SDK/YNAB.SDK.csproj +++ b/YNAB.SDK/YNAB.SDK.csproj @@ -5,10 +5,10 @@ A YNAB client that allows you to interact with the YNAB Rest API easily within a .NET Core application YNAB.SDK ynab;api;client;dotnetcore;sdk - 1.1.0 + 1.2.0 Jake Moening https://github.com/jaboc83/ynab-sdk-dotnetcore - netcoreapp2.2 + netcoreapp3.0 YNAB.SDK 2019 Jake Moening true @@ -16,8 +16,13 @@ icon.png true + + + + + - + True