From 195e2859a776d4289d9a855fbe4f1a63c7245afe Mon Sep 17 00:00:00 2001 From: Anthony Foxclaw Date: Thu, 25 Jun 2020 07:57:00 -0400 Subject: [PATCH] Switch to .NET Standard Migrated projects to .NET Core and Standard, respectfully. For backwards compatibility, Lorem.NET still supports .NET Framework 4.0. --- Examples/Examples.csproj | 58 ++++----------------------- Examples/Properties/AssemblyInfo.cs | 36 ----------------- Lorem.NET/Lorem.NET.csproj | 59 +++------------------------- Lorem.NET/Properties/AssemblyInfo.cs | 36 ----------------- 4 files changed, 13 insertions(+), 176 deletions(-) delete mode 100644 Examples/Properties/AssemblyInfo.cs delete mode 100644 Lorem.NET/Properties/AssemblyInfo.cs diff --git a/Examples/Examples.csproj b/Examples/Examples.csproj index cda0348..321e8a8 100644 --- a/Examples/Examples.csproj +++ b/Examples/Examples.csproj @@ -1,54 +1,12 @@ - - - + + - Debug - AnyCPU - {3A28CF73-F2F5-467B-A7B6-E822A6653203} - Exe - Examples - Examples - v4.0 - 512 - true - - - AnyCPU - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - - - AnyCPU - pdbonly - true - bin\Release\ - TRACE - prompt - 4 + exe + netcoreapp3.1 + - - - - - - - + - - - - - - - {787d3ba7-db6c-4704-b89c-8d91a4392442} - Lorem.NET - - - - \ No newline at end of file + + diff --git a/Examples/Properties/AssemblyInfo.cs b/Examples/Properties/AssemblyInfo.cs deleted file mode 100644 index 75751c8..0000000 --- a/Examples/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("Examples")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("Examples")] -[assembly: AssemblyCopyright("Copyright © 2020")] -[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("3a28cf73-f2f5-467b-a7b6-e822a6653203")] - -// Version information for an assembly consists of the following four values: -// -// Major Version -// Minor Version -// Build Number -// Revision -// -// You can specify all the values or you can default the Build and Revision Numbers -// by using the '*' as shown below: -// [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyFileVersion("1.0.0.0")] diff --git a/Lorem.NET/Lorem.NET.csproj b/Lorem.NET/Lorem.NET.csproj index 9e0a497..56c3238 100644 --- a/Lorem.NET/Lorem.NET.csproj +++ b/Lorem.NET/Lorem.NET.csproj @@ -1,56 +1,7 @@ - - - + + - Debug - AnyCPU - {787D3BA7-DB6C-4704-B89C-8D91A4392442} - Library - Properties - LoremNET - LoremNET - v4.0 - 512 + net40;netstandard2.0 - - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - - - pdbonly - true - bin\Release\ - TRACE - prompt - 4 - - - - - - - - - - - - - - - - - - - - \ No newline at end of file + + diff --git a/Lorem.NET/Properties/AssemblyInfo.cs b/Lorem.NET/Properties/AssemblyInfo.cs deleted file mode 100644 index e4d8721..0000000 --- a/Lorem.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("LoremNET")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("Lorem.NET")] -[assembly: AssemblyCopyright("Copyright © 2014")] -[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("8af259ae-efba-4e62-a4db-9830488a4085")] - -// Version information for an assembly consists of the following four values: -// -// Major Version -// Minor Version -// Build Number -// Revision -// -// You can specify all the values or you can default the Build and Revision Numbers -// by using the '*' as shown below: -// [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyFileVersion("1.0.0.0")]