From 515c18dec9829515f27fca6410c88047909dd060 Mon Sep 17 00:00:00 2001 From: leandromonaco Date: Wed, 11 May 2022 09:33:51 +1000 Subject: [PATCH] [Tools] Upgrade to .NET 6.0 --- .../IntegrationConnectors.Common.csproj | 2 +- .../IntegrationConnectors.Confluence.csproj | 2 +- .../IntegrationConnectors.Octopus.csproj | 2 +- .../src/ConfigurationManager/ConfigurationManager.csproj | 2 +- Tools/src/DependencyTester/DependencyTester.csproj | 2 +- Tools/src/NetworkCapture/NetworkCapture.csproj | 2 +- Tools/src/NetworkCapture/Properties/launchSettings.json | 8 -------- Tools/src/OctopusBackup/OctopusBackup.csproj | 2 +- .../OctopusCertificateReferenceFinder.csproj | 2 +- 9 files changed, 8 insertions(+), 16 deletions(-) delete mode 100644 Tools/src/NetworkCapture/Properties/launchSettings.json diff --git a/IntegrationConnectors/src/IntegrationConnectors.Common/IntegrationConnectors.Common.csproj b/IntegrationConnectors/src/IntegrationConnectors.Common/IntegrationConnectors.Common.csproj index cacd798..5f0c9e9 100644 --- a/IntegrationConnectors/src/IntegrationConnectors.Common/IntegrationConnectors.Common.csproj +++ b/IntegrationConnectors/src/IntegrationConnectors.Common/IntegrationConnectors.Common.csproj @@ -1,7 +1,7 @@  - net5.0 + net6.0 1.0.4 Leandro Monaco true diff --git a/IntegrationConnectors/src/IntegrationConnectors.Confluence/IntegrationConnectors.Confluence.csproj b/IntegrationConnectors/src/IntegrationConnectors.Confluence/IntegrationConnectors.Confluence.csproj index d79e0d6..81a1ae6 100644 --- a/IntegrationConnectors/src/IntegrationConnectors.Confluence/IntegrationConnectors.Confluence.csproj +++ b/IntegrationConnectors/src/IntegrationConnectors.Confluence/IntegrationConnectors.Confluence.csproj @@ -1,7 +1,7 @@  - net5.0 + net6.0 1.0.3 Leandro Monaco diff --git a/IntegrationConnectors/src/IntegrationConnectors.Octopus/IntegrationConnectors.Octopus.csproj b/IntegrationConnectors/src/IntegrationConnectors.Octopus/IntegrationConnectors.Octopus.csproj index d79e0d6..81a1ae6 100644 --- a/IntegrationConnectors/src/IntegrationConnectors.Octopus/IntegrationConnectors.Octopus.csproj +++ b/IntegrationConnectors/src/IntegrationConnectors.Octopus/IntegrationConnectors.Octopus.csproj @@ -1,7 +1,7 @@  - net5.0 + net6.0 1.0.3 Leandro Monaco diff --git a/Tools/src/ConfigurationManager/ConfigurationManager.csproj b/Tools/src/ConfigurationManager/ConfigurationManager.csproj index 3ff2baa..c92fe3b 100644 --- a/Tools/src/ConfigurationManager/ConfigurationManager.csproj +++ b/Tools/src/ConfigurationManager/ConfigurationManager.csproj @@ -2,7 +2,7 @@ Exe - net5.0 + net6.0 diff --git a/Tools/src/DependencyTester/DependencyTester.csproj b/Tools/src/DependencyTester/DependencyTester.csproj index a75d81e..ec493cf 100644 --- a/Tools/src/DependencyTester/DependencyTester.csproj +++ b/Tools/src/DependencyTester/DependencyTester.csproj @@ -2,7 +2,7 @@ Exe - net5.0 + net6.0 diff --git a/Tools/src/NetworkCapture/NetworkCapture.csproj b/Tools/src/NetworkCapture/NetworkCapture.csproj index 308c22e..08e9741 100644 --- a/Tools/src/NetworkCapture/NetworkCapture.csproj +++ b/Tools/src/NetworkCapture/NetworkCapture.csproj @@ -2,7 +2,7 @@ Exe - net5.0 + net6.0 diff --git a/Tools/src/NetworkCapture/Properties/launchSettings.json b/Tools/src/NetworkCapture/Properties/launchSettings.json deleted file mode 100644 index 2de3115..0000000 --- a/Tools/src/NetworkCapture/Properties/launchSettings.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "profiles": { - "NetworkCapture": { - "commandName": "Project", - "commandLineArgs": "--Endpoint \"atlassian.net\"" - } - } -} \ No newline at end of file diff --git a/Tools/src/OctopusBackup/OctopusBackup.csproj b/Tools/src/OctopusBackup/OctopusBackup.csproj index 631bac5..8e4ac4a 100644 --- a/Tools/src/OctopusBackup/OctopusBackup.csproj +++ b/Tools/src/OctopusBackup/OctopusBackup.csproj @@ -2,7 +2,7 @@ Exe - net5.0 + net6.0 diff --git a/Tools/src/OctopusCertificateReferenceFinder/OctopusCertificateReferenceFinder.csproj b/Tools/src/OctopusCertificateReferenceFinder/OctopusCertificateReferenceFinder.csproj index 1ff7f83..b604e7e 100644 --- a/Tools/src/OctopusCertificateReferenceFinder/OctopusCertificateReferenceFinder.csproj +++ b/Tools/src/OctopusCertificateReferenceFinder/OctopusCertificateReferenceFinder.csproj @@ -2,7 +2,7 @@ Exe - net5.0 + net6.0