From 55243531f40ca7aaa2a711e255ce601c7f98eb05 Mon Sep 17 00:00:00 2001 From: "Valeriano A.R." Date: Fri, 1 Dec 2023 10:39:07 +0100 Subject: [PATCH] Update to dotnet 7.0 --- .../AdventOfCode2017.Tests.csproj | 115 ++------------- .../Properties/AssemblyInfo.cs | 36 ----- AdventOfCode2017/AdventOfCode2017.csproj | 64 ++------- AdventOfCode2017/Properties/AssemblyInfo.cs | 15 -- .../AdventOfCode2018.Tests.csproj | 134 ++---------------- .../Properties/AssemblyInfo.cs | 36 ----- AdventOfCode2018/AdventOfCode2018.csproj | 121 ++-------------- AdventOfCode2018/Properties/AssemblyInfo.cs | 15 -- .../AdventOfCode2020.Tests.csproj | 2 +- AdventOfCode2020/AdventOfCode2020.csproj | 2 +- 10 files changed, 47 insertions(+), 493 deletions(-) delete mode 100644 AdventOfCode2017.Tests/Properties/AssemblyInfo.cs delete mode 100644 AdventOfCode2017/Properties/AssemblyInfo.cs delete mode 100644 AdventOfCode2018.Tests/Properties/AssemblyInfo.cs delete mode 100644 AdventOfCode2018/Properties/AssemblyInfo.cs diff --git a/AdventOfCode2017.Tests/AdventOfCode2017.Tests.csproj b/AdventOfCode2017.Tests/AdventOfCode2017.Tests.csproj index f919ddc..9673bc3 100644 --- a/AdventOfCode2017.Tests/AdventOfCode2017.Tests.csproj +++ b/AdventOfCode2017.Tests/AdventOfCode2017.Tests.csproj @@ -1,107 +1,20 @@ - - - + + - Debug - AnyCPU - {3537CE59-1C57-481B-85F7-3F2A1F0EDE1D} - Library - Properties - AdventOfCode2017.Tests - AdventOfCode2017.Tests - v4.6.1 - 512 - {3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 10.0 - $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion) - $(ProgramFiles)\Common Files\microsoft shared\VSTT\$(VisualStudioVersion)\UITestExtensionPackages - False - UnitTest - - - - - - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - - - pdbonly - true - bin\Release\ - TRACE - prompt - 4 + net7.0 + + false + - - ..\packages\MSTest.TestFramework.1.3.2\lib\net45\Microsoft.VisualStudio.TestPlatform.TestFramework.dll - - - ..\packages\MSTest.TestFramework.1.3.2\lib\net45\Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll - - + + + + - - - - - - - - + - - - + - - - - - - {49C8A67C-D94C-4CFB-B7FB-C19A1A83CA66} - AdventOfCode2017 - - - - - - - False - - - False - - - False - - - False - - - - - - - - - Este proyecto hace referencia a los paquetes NuGet que faltan en este equipo. Use la restauración de paquetes NuGet para descargarlos. Para obtener más información, consulte http://go.microsoft.com/fwlink/?LinkID=322105. El archivo que falta es {0}. - - - - - - - \ No newline at end of file + + diff --git a/AdventOfCode2017.Tests/Properties/AssemblyInfo.cs b/AdventOfCode2017.Tests/Properties/AssemblyInfo.cs deleted file mode 100644 index 3f2563a..0000000 --- a/AdventOfCode2017.Tests/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,36 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// La información general de un ensamblado se controla mediante el siguiente -// conjunto de atributos. Cambie estos valores de atributo para modificar la información -// asociada con un ensamblado. -[assembly: AssemblyTitle("AdventOfCode2017.Tests")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("AdventOfCode2017.Tests")] -[assembly: AssemblyCopyright("Copyright © 2018")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] - -// Si establece ComVisible en false, los tipos de este ensamblado no estarán visibles -// para los componentes COM. Si es necesario obtener acceso a un tipo en este ensamblado desde -// COM, establezca el atributo ComVisible en true en este tipo. -[assembly: ComVisible(false)] - -// El siguiente GUID sirve como id. de typelib si este proyecto se expone a COM. -[assembly: Guid("3537ce59-1c57-481b-85f7-3f2a1f0ede1d")] - -// La información de versión de un ensamblado consta de los cuatro valores siguientes: -// -// Versión principal -// Versión secundaria -// Número de compilación -// Revisión -// -// Puede especificar todos los valores o usar los valores predeterminados de número de compilación y de revisión -// mediante el carácter '*', como se muestra a continuación: -//[assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyFileVersion("1.0.0.0")] diff --git a/AdventOfCode2017/AdventOfCode2017.csproj b/AdventOfCode2017/AdventOfCode2017.csproj index decaf19..efc033b 100644 --- a/AdventOfCode2017/AdventOfCode2017.csproj +++ b/AdventOfCode2017/AdventOfCode2017.csproj @@ -1,62 +1,14 @@ - - - + + - Debug - AnyCPU - {49C8A67C-D94C-4CFB-B7FB-C19A1A83CA66} Exe - AdventOfCode2017 - AdventOfCode2017 - v4.6.1 - 512 - true - true - - - AnyCPU - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - - - AnyCPU - pdbonly - true - bin\Release\ - TRACE - prompt - 4 + net7.0 + - - - - - - - - - - - - - - - - - - - + PreserveNewest - - - PreserveNewest - + - - \ No newline at end of file + + diff --git a/AdventOfCode2017/Properties/AssemblyInfo.cs b/AdventOfCode2017/Properties/AssemblyInfo.cs deleted file mode 100644 index 7593549..0000000 --- a/AdventOfCode2017/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,15 +0,0 @@ -using System.Reflection; -using System.Runtime.InteropServices; - -[assembly: AssemblyTitle("AdventOfCode2017")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("AdventOfCode2017")] -[assembly: AssemblyCopyright("Copyright © Valeriano A.R. 2018")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] - -[assembly: ComVisible(false)] -[assembly: Guid("49c8a67c-d94c-4cfb-b7fb-c19a1a83ca66")] -[assembly: AssemblyFileVersion("1.0.0")] diff --git a/AdventOfCode2018.Tests/AdventOfCode2018.Tests.csproj b/AdventOfCode2018.Tests/AdventOfCode2018.Tests.csproj index ef21ad3..67924a4 100644 --- a/AdventOfCode2018.Tests/AdventOfCode2018.Tests.csproj +++ b/AdventOfCode2018.Tests/AdventOfCode2018.Tests.csproj @@ -1,126 +1,20 @@ - - - + + - Debug - AnyCPU - {EE35694D-97C1-485D-9FFE-73912FA97446} - Library - Properties - AdventOfCode2018Tests - AdventOfCode2018Tests - v4.6.1 - 512 - {3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 10.0 - $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion) - $(ProgramFiles)\Common Files\microsoft shared\VSTT\$(VisualStudioVersion)\UITestExtensionPackages - False - UnitTest - - - - - - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - - - pdbonly - true - bin\Release\ - TRACE - prompt - 4 + net7.0 + + false + - - ..\packages\MSTest.TestFramework.1.4.0\lib\net45\Microsoft.VisualStudio.TestPlatform.TestFramework.dll - - - ..\packages\MSTest.TestFramework.1.4.0\lib\net45\Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll - - + + + + - - - - - - - - + - - - - - - - - - - - - - - - - - - - - - - + - - - - - - {43DAF84F-369A-48C5-9292-536094336F8F} - AdventOfCode2018 - - - - - - - False - - - False - - - False - - - False - - - - - - - - - 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}. - - - - - - - \ No newline at end of file + + diff --git a/AdventOfCode2018.Tests/Properties/AssemblyInfo.cs b/AdventOfCode2018.Tests/Properties/AssemblyInfo.cs deleted file mode 100644 index ee2b80e..0000000 --- a/AdventOfCode2018.Tests/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("AdventOfCode2018Tests")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("AdventOfCode2018Tests")] -[assembly: AssemblyCopyright("Copyright © 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("ee35694d-97c1-485d-9ffe-73912fa97446")] - -// 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/AdventOfCode2018/AdventOfCode2018.csproj b/AdventOfCode2018/AdventOfCode2018.csproj index b12c590..efc033b 100644 --- a/AdventOfCode2018/AdventOfCode2018.csproj +++ b/AdventOfCode2018/AdventOfCode2018.csproj @@ -1,117 +1,14 @@ - - - + + - Debug - AnyCPU - {43DAF84F-369A-48C5-9292-536094336F8F} Exe - AdventOfCode2018 - AdventOfCode2018 - v4.6.1 - 512 - true - true - - - AnyCPU - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - - - AnyCPU - pdbonly - true - bin\Release\ - TRACE - prompt - 4 + net7.0 + - - - - - - - - + + PreserveNewest + - - - - - - - - - - - - - - - - - - - - - - - - PreserveNewest - - - PreserveNewest - - - PreserveNewest - - - PreserveNewest - - - PreserveNewest - - - PreserveNewest - - - PreserveNewest - - - PreserveNewest - - - PreserveNewest - - - PreserveNewest - - - PreserveNewest - - - PreserveNewest - - - PreserveNewest - - - PreserveNewest - - - PreserveNewest - - - PreserveNewest - - - - \ No newline at end of file + + diff --git a/AdventOfCode2018/Properties/AssemblyInfo.cs b/AdventOfCode2018/Properties/AssemblyInfo.cs deleted file mode 100644 index 8c0f0bf..0000000 --- a/AdventOfCode2018/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,15 +0,0 @@ -using System.Reflection; -using System.Runtime.InteropServices; - -[assembly: AssemblyTitle("AdventOfCode2018")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("AdventOfCode2018")] -[assembly: AssemblyCopyright("Copyright © Valeriano A.R. 2018")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] - -[assembly: ComVisible(false)] -[assembly: Guid("43daf84f-369a-48c5-9292-536094336f8f")] -[assembly: AssemblyFileVersion("1.0.0")] diff --git a/AdventOfCode2020.Tests/AdventOfCode2020.Tests.csproj b/AdventOfCode2020.Tests/AdventOfCode2020.Tests.csproj index 4c20deb..4d5461f 100644 --- a/AdventOfCode2020.Tests/AdventOfCode2020.Tests.csproj +++ b/AdventOfCode2020.Tests/AdventOfCode2020.Tests.csproj @@ -1,7 +1,7 @@ - net5.0 + net7.0 false diff --git a/AdventOfCode2020/AdventOfCode2020.csproj b/AdventOfCode2020/AdventOfCode2020.csproj index 69384b9..e311662 100644 --- a/AdventOfCode2020/AdventOfCode2020.csproj +++ b/AdventOfCode2020/AdventOfCode2020.csproj @@ -2,7 +2,7 @@ Exe - net5.0 + net7.0