From d8314a2db4eab414ef70c1c48804d792b3498f36 Mon Sep 17 00:00:00 2001 From: Jonathan Warrington Date: Fri, 28 Aug 2020 09:24:47 -0600 Subject: [PATCH] Updating Newtonsoft.Json, and Refit and created a dotnetstandard20 library --- .gitignore | 3 +++ PlanGrid.Api.Net45/PlanGrid.Api.Net45.csproj | 20 +++++++++---------- PlanGrid.Api.Net45/packages.config | 4 ++-- .../PlanGrid.Api.NetStandard20.csproj | 15 ++++++++++++++ PlanGrid.Api.Tests/App.config | 10 +++++++++- PlanGrid.Api.Tests/PlanGrid.Api.Tests.csproj | 5 ++--- PlanGrid.Api.Tests/packages.config | 2 +- PlanGrid.Api.sln | 16 ++++++++++++--- PlanGrid.Api.sln.DotSettings | 3 +++ 9 files changed, 58 insertions(+), 20 deletions(-) create mode 100644 PlanGrid.Api.NetStandard20/PlanGrid.Api.NetStandard20.csproj diff --git a/.gitignore b/.gitignore index 961ae9d..5a34ba7 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,6 @@ PlanGrid.Api.Tests/bin/ PlanGrid.Api.Net45/obj/ *.user PlanGrid.Api.Net45/bin/ + +/PlanGrid.Api.NetStandard20/bin/ +/PlanGrid.Api.NetStandard20/obj/ diff --git a/PlanGrid.Api.Net45/PlanGrid.Api.Net45.csproj b/PlanGrid.Api.Net45/PlanGrid.Api.Net45.csproj index 91f7ae6..0fb54f8 100644 --- a/PlanGrid.Api.Net45/PlanGrid.Api.Net45.csproj +++ b/PlanGrid.Api.Net45/PlanGrid.Api.Net45.csproj @@ -32,18 +32,19 @@ 4 - - ..\packages\Newtonsoft.Json.6.0.5\lib\net45\Newtonsoft.Json.dll + + ..\packages\Newtonsoft.Json.10.0.3\lib\net45\Newtonsoft.Json.dll True - - ..\packages\refit.2.4.1\lib\Net45\Refit.dll + + ..\packages\Refit.4.4.17\lib\net45\Refit.dll True + @@ -59,17 +60,16 @@ - + + + + This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - - - + -