From ee07d501788f3ca5da9423e6a69a0b313208ff39 Mon Sep 17 00:00:00 2001 From: David Francis Date: Thu, 23 Jan 2020 00:09:47 -0500 Subject: [PATCH] Update AuthorizeNET to target .net standard 2.0 --- .gitignore | 1 + Authorize.NET/AuthorizeNET.csproj | 140 ++++------------------- Authorize.NET/Properties/AssemblyInfo.cs | 36 ------ 3 files changed, 22 insertions(+), 155 deletions(-) delete mode 100644 Authorize.NET/Properties/AssemblyInfo.cs diff --git a/.gitignore b/.gitignore index fd5204b5..763353ee 100644 --- a/.gitignore +++ b/.gitignore @@ -181,3 +181,4 @@ UpgradeLog*.htm # Microsoft Fakes FakesAssemblies/ +.vs/ diff --git a/Authorize.NET/AuthorizeNET.csproj b/Authorize.NET/AuthorizeNET.csproj index 809a0741..b7a6342c 100644 --- a/Authorize.NET/AuthorizeNET.csproj +++ b/Authorize.NET/AuthorizeNET.csproj @@ -1,49 +1,26 @@ - - + - Debug - AnyCPU - 9.0.30729 - 2.0 - {5D52EAEC-42FB-4313-83B8-69E2F55EBF14} - Library - Properties - AuthorizeNet - AuthorizeNet - v4.5 - 512 - - - - - - 3.5 - - - AnyCPU - true - full - false - bin/Debug/ - DEBUG;TRACE - prompt - 4 - bin/Debug/AuthorizeNet.XML - 0219,1591,1635 - false - - - AnyCPU - pdbonly - true - bin/Release - TRACE - prompt - 4 - bin/Release/AuthorizeNet.XML - false + netstandard2.0;net4.5 + Official .NET SDK for Authorize.Net + Visa Inc + Official .NET SDK for Authorize.Net + Copyright © Visa Inc 2018 + Visa Inc + 2.0.1.0 + 2.0.1.0 + + + + + + + + 4.7.0 + + + @@ -53,81 +30,6 @@ + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Authorize.NET/Properties/AssemblyInfo.cs b/Authorize.NET/Properties/AssemblyInfo.cs deleted file mode 100644 index 0a273949..00000000 --- a/Authorize.NET/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,36 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyTitle("Official .NET SDK for Authorize.Net")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("Visa Inc")] -[assembly: AssemblyProduct("Official .NET SDK for Authorize.Net")] -[assembly: AssemblyCopyright("Copyright © Visa Inc 2018")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("135241b2-017e-4f07-aca1-e71887b470ab")] - -// Version information for an assembly consists of the following four values: -// -// Major Version -// Minor Version -// Build Number -// Revision -// -// See AssemblyFileVersion.cs for Product and Assembly Version -//[assembly: AssemblyVersion("2.0.0.0")] -[assembly: AssemblyFileVersion("2.0.1.0")] -[assembly: AssemblyVersion("2.0.1.0")] -