From e6ac6fe4733f638529b46f01c8ae2627fd6ba2bd Mon Sep 17 00:00:00 2001 From: JM Date: Sat, 4 May 2019 22:56:31 -0400 Subject: [PATCH] Update target framework from .NET Core 1.1 to 2.2 including the Microsoft.Extensions.Logging Nuget packages --- AuthorizeNET/AuthorizeNET/AuthorizeNET.csproj | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/AuthorizeNET/AuthorizeNET/AuthorizeNET.csproj b/AuthorizeNET/AuthorizeNET/AuthorizeNET.csproj index 8075368..a38a343 100644 --- a/AuthorizeNET/AuthorizeNET/AuthorizeNET.csproj +++ b/AuthorizeNET/AuthorizeNET/AuthorizeNET.csproj @@ -1,7 +1,7 @@  - netcoreapp2.0 + netcoreapp2.2 1.0.0.0 @@ -22,8 +22,8 @@ - - + +