From c20b506609730f900c1fe39ed66ef7bf94118d87 Mon Sep 17 00:00:00 2001 From: Tyler Goffinet Date: Thu, 28 May 2020 15:45:25 -0700 Subject: [PATCH] Update project to .NET Core - Convert .csproj to new format - Update nuget references - Move assembly attributes into csproj file - Delete unnecessary configuration files --- .../ExtentReportsDotNetCLI/App.config | 6 - .../ExtentReportsDotNetCLI.csproj | 128 +++++------------- .../Properties/AssemblyInfo.cs | 27 ---- .../ExtentReportsDotNetCLI/packages.config | 15 -- 4 files changed, 35 insertions(+), 141 deletions(-) delete mode 100644 ExtentReportsDotNetCLI/ExtentReportsDotNetCLI/App.config delete mode 100644 ExtentReportsDotNetCLI/ExtentReportsDotNetCLI/packages.config diff --git a/ExtentReportsDotNetCLI/ExtentReportsDotNetCLI/App.config b/ExtentReportsDotNetCLI/ExtentReportsDotNetCLI/App.config deleted file mode 100644 index 334fd53..0000000 --- a/ExtentReportsDotNetCLI/ExtentReportsDotNetCLI/App.config +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/ExtentReportsDotNetCLI/ExtentReportsDotNetCLI/ExtentReportsDotNetCLI.csproj b/ExtentReportsDotNetCLI/ExtentReportsDotNetCLI/ExtentReportsDotNetCLI.csproj index 92c64bf..dbb7adb 100644 --- a/ExtentReportsDotNetCLI/ExtentReportsDotNetCLI/ExtentReportsDotNetCLI.csproj +++ b/ExtentReportsDotNetCLI/ExtentReportsDotNetCLI/ExtentReportsDotNetCLI.csproj @@ -1,99 +1,41 @@ - - - + + - Debug - AnyCPU - {ECEBD196-7F6A-428B-91B1-5DA6318D7D8D} Exe - AventStack.ExtentReports.CLI - extent - v4.5 - 512 - true - + netcoreapp3.1 + true + extent + ./nupkg - - AnyCPU - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - - - AnyCPU - pdbonly - true - bin\Release\ - TRACE - prompt - 4 + + + ExtentReportsDotNetCLI + Extend Framework, .NET CLI for Test Frameworks + AventStack + ExtentReportsDotNetCLI + Copyright © 2020 + + 0.1.0.0 + 0.1.0.0 + 0.1.0.0 + anshooarora + https://github.com/extent-framework/extentreports-dotnet-cli + https://github.com/extent-framework/extentreports-dotnet-cli/blob/master/LICENSE + https://github.com/extent-framework/extentreports-dotnet-cli + - - ..\packages\DnsClient.1.0.7\lib\net45\DnsClient.dll - - - ..\packages\ExtentReports.4.0.3\lib\ExtentReports.dll - - - ..\packages\McMaster.Extensions.CommandLineUtils.2.2.5\lib\net45\McMaster.Extensions.CommandLineUtils.dll - - - ..\packages\MongoDB.Bson.2.7.2\lib\net45\MongoDB.Bson.dll - - - ..\packages\MongoDB.Driver.2.7.2\lib\net45\MongoDB.Driver.dll - - - ..\packages\MongoDB.Driver.Core.2.7.2\lib\net45\MongoDB.Driver.Core.dll - - - ..\packages\Newtonsoft.Json.12.0.1\lib\net45\Newtonsoft.Json.dll - - - ..\packages\RazorEngine.3.10.0\lib\net45\RazorEngine.dll - - - - ..\packages\System.Buffers.4.3.0\lib\netstandard1.1\System.Buffers.dll - - - - - ..\packages\System.Runtime.InteropServices.RuntimeInformation.4.0.0\lib\net45\System.Runtime.InteropServices.RuntimeInformation.dll - - - ..\packages\System.ValueTuple.4.4.0\lib\netstandard1.0\System.ValueTuple.dll - - - ..\packages\Microsoft.AspNet.Razor.3.0.0\lib\net45\System.Web.Razor.dll - - - - - - - - - - - - - - - - - - - - - - + + + - - - \ No newline at end of file + + diff --git a/ExtentReportsDotNetCLI/ExtentReportsDotNetCLI/Properties/AssemblyInfo.cs b/ExtentReportsDotNetCLI/ExtentReportsDotNetCLI/Properties/AssemblyInfo.cs index 1e0a645..2a8a871 100644 --- a/ExtentReportsDotNetCLI/ExtentReportsDotNetCLI/Properties/AssemblyInfo.cs +++ b/ExtentReportsDotNetCLI/ExtentReportsDotNetCLI/Properties/AssemblyInfo.cs @@ -1,19 +1,5 @@ -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("ExtentReportsDotNetCLI")] -[assembly: AssemblyDescription("Extent Framework, .NET CLI for Test Frameworks")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("AventStack")] -[assembly: AssemblyProduct("ExtentReportsDotNetCLI")] -[assembly: AssemblyCopyright("Copyright © 2019")] -[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. @@ -21,16 +7,3 @@ // The following GUID is for the ID of the typelib if this project is exposed to COM [assembly: Guid("ecebd196-7f6a-428b-91b1-5da6318d7d8d")] - -// 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("0.0.0.3")] -[assembly: AssemblyFileVersion("0.0.0.3")] diff --git a/ExtentReportsDotNetCLI/ExtentReportsDotNetCLI/packages.config b/ExtentReportsDotNetCLI/ExtentReportsDotNetCLI/packages.config deleted file mode 100644 index ede9e75..0000000 --- a/ExtentReportsDotNetCLI/ExtentReportsDotNetCLI/packages.config +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - - - - - - \ No newline at end of file