From 327c013497947815def6d0a1ea9d3bd74c76f4db Mon Sep 17 00:00:00 2001 From: Natalia Portillo Date: Tue, 9 Nov 2021 19:33:25 +0000 Subject: [PATCH] Update to .NET 6. --- .../.idea/indexLayout.xml | 2 +- .../.idea/projectSettingsUpdater.xml | 6 +++ .../Claunia.RsrcFork.CLI.csproj | 20 ++------ .../Properties/AssemblyInfo.cs | 51 ------------------- .../Claunia.RsrcFork.Test.csproj | 17 +++---- Claunia.RsrcFork.Test/packages.config | 4 -- Claunia.RsrcFork/Claunia.RsrcFork.csproj | 3 +- Claunia.RsrcFork/packages.config | 4 -- 8 files changed, 18 insertions(+), 89 deletions(-) create mode 100644 .idea/.idea.Claunia.RsrcFork/.idea/projectSettingsUpdater.xml delete mode 100644 Claunia.RsrcFork.CLI/Properties/AssemblyInfo.cs delete mode 100644 Claunia.RsrcFork.Test/packages.config delete mode 100644 Claunia.RsrcFork/packages.config diff --git a/.idea/.idea.Claunia.RsrcFork/.idea/indexLayout.xml b/.idea/.idea.Claunia.RsrcFork/.idea/indexLayout.xml index 27ba142..7b08163 100644 --- a/.idea/.idea.Claunia.RsrcFork/.idea/indexLayout.xml +++ b/.idea/.idea.Claunia.RsrcFork/.idea/indexLayout.xml @@ -1,6 +1,6 @@ - + diff --git a/.idea/.idea.Claunia.RsrcFork/.idea/projectSettingsUpdater.xml b/.idea/.idea.Claunia.RsrcFork/.idea/projectSettingsUpdater.xml new file mode 100644 index 0000000..4bb9f4d --- /dev/null +++ b/.idea/.idea.Claunia.RsrcFork/.idea/projectSettingsUpdater.xml @@ -0,0 +1,6 @@ + + + + + \ No newline at end of file diff --git a/Claunia.RsrcFork.CLI/Claunia.RsrcFork.CLI.csproj b/Claunia.RsrcFork.CLI/Claunia.RsrcFork.CLI.csproj index 5e4c0e1..d20cd1d 100644 --- a/Claunia.RsrcFork.CLI/Claunia.RsrcFork.CLI.csproj +++ b/Claunia.RsrcFork.CLI/Claunia.RsrcFork.CLI.csproj @@ -1,5 +1,4 @@ - - + Debug AnyCPU @@ -9,6 +8,8 @@ Claunia.RsrcFork.CLI 1.0 false + net6.0 + false true @@ -27,12 +28,8 @@ 4 true - - - - @@ -46,15 +43,4 @@ PreserveNewest - - - - - - - - - - - \ No newline at end of file diff --git a/Claunia.RsrcFork.CLI/Properties/AssemblyInfo.cs b/Claunia.RsrcFork.CLI/Properties/AssemblyInfo.cs deleted file mode 100644 index 52b9ed4..0000000 --- a/Claunia.RsrcFork.CLI/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,51 +0,0 @@ -// -// AssemblyInfo.cs -// -// Author: -// Natalia Portillo -// -// Copyright (c) 2016-2019 Natalia Portillo -// -// Permission is hereby granted, free of charge, to any person obtaining a copy -// of this software and associated documentation files (the "Software"), to deal -// in the Software without restriction, including without limitation the rights -// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -// copies of the Software, and to permit persons to whom the Software is -// furnished to do so, subject to the following conditions: -// -// The above copyright notice and this permission notice shall be included in -// all copies or substantial portions of the Software. -// -// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -// THE SOFTWARE. - -using System.Reflection; - -// Information about this assembly is defined by the following attributes. -// Change them to the values specific to your project. - -[assembly: AssemblyTitle("Claunia.RsrcFork.CLI")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("Claunia.com")] -[assembly: AssemblyProduct("")] -[assembly: AssemblyCopyright("© Claunia.com")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] - -// The assembly version has the format "{Major}.{Minor}.{Build}.{Revision}". -// The form "{Major}.{Minor}.*" will automatically update the build and revision, -// and "{Major}.{Minor}.{Build}.*" will update just the revision. - -[assembly: AssemblyVersion("1.0.*")] - -// The following attributes are used to specify the signing key for the assembly, -// if desired. See the Mono documentation for more information about signing. - -//[assembly: AssemblyDelaySign(false)] -//[assembly: AssemblyKeyFile("")] \ No newline at end of file diff --git a/Claunia.RsrcFork.Test/Claunia.RsrcFork.Test.csproj b/Claunia.RsrcFork.Test/Claunia.RsrcFork.Test.csproj index b98d30f..5d6da28 100644 --- a/Claunia.RsrcFork.Test/Claunia.RsrcFork.Test.csproj +++ b/Claunia.RsrcFork.Test/Claunia.RsrcFork.Test.csproj @@ -1,5 +1,4 @@ - - + Debug AnyCPU @@ -9,6 +8,8 @@ Claunia.RsrcFork.Test 1.0 false + false + net6.0 true @@ -27,17 +28,10 @@ 4 false - - - - ..\packages\NUnit.2.6.4\lib\nunit.framework.dll - - - PreserveNewest @@ -65,7 +59,10 @@ LICENSE - + + + + diff --git a/Claunia.RsrcFork.Test/packages.config b/Claunia.RsrcFork.Test/packages.config deleted file mode 100644 index c714ef3..0000000 --- a/Claunia.RsrcFork.Test/packages.config +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/Claunia.RsrcFork/Claunia.RsrcFork.csproj b/Claunia.RsrcFork/Claunia.RsrcFork.csproj index dbb30b9..e216940 100644 --- a/Claunia.RsrcFork/Claunia.RsrcFork.csproj +++ b/Claunia.RsrcFork/Claunia.RsrcFork.csproj @@ -1,7 +1,6 @@  - net40;netstandard1.3;netstandard1.4;netstandard1.5;netstandard1.6;netstandard1.7;netstandard2.0 1.1 Claunia.com © 2016-2019 Natalia Portillo @@ -28,6 +27,7 @@ true $(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb Support .NET Standard. + net6.0 @@ -52,7 +52,6 @@ README.md PreserveNewest - diff --git a/Claunia.RsrcFork/packages.config b/Claunia.RsrcFork/packages.config deleted file mode 100644 index 1aa0b1d..0000000 --- a/Claunia.RsrcFork/packages.config +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file