From d1f7199e36040564f8878f9223bf6873dfe171f0 Mon Sep 17 00:00:00 2001 From: James Suplizio Date: Tue, 17 Sep 2024 13:06:13 -0700 Subject: [PATCH] Update projects targeting net6 to net8 - part 1 --- .../Azure.Sdk.Tools.CodeownersUtils.Tests.csproj | 2 +- .../Azure.Sdk.Tools.CodeownersLinter.csproj | 2 +- .../Azure.Sdk.Tools.CodeownersUtils.csproj | 2 +- .../Azure.Sdk.Tools.GitHubEventProcessor.Tests.csproj | 2 +- .../Azure.Sdk.Tools.GitHubEventProcessor.csproj | 2 +- .../GitHubTeamUserStore/GitHubTeamUserStore.csproj | 2 +- tools/identity-resolution/identity-resolution.csproj | 2 +- .../Azure.Sdk.Tools.NotificationConfiguration.Tests.csproj | 2 +- .../Azure.Sdk.Tools.NotificationConfiguration.csproj | 2 +- .../Azure.Sdk.Tools.PipelineOwnersExtractor.csproj | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/tools/codeowners-utils/Azure.Sdk.Tools.CodeownersLinter.Tests/Azure.Sdk.Tools.CodeownersUtils.Tests.csproj b/tools/codeowners-utils/Azure.Sdk.Tools.CodeownersLinter.Tests/Azure.Sdk.Tools.CodeownersUtils.Tests.csproj index 74dd145b3bc..6b40cc7f16e 100644 --- a/tools/codeowners-utils/Azure.Sdk.Tools.CodeownersLinter.Tests/Azure.Sdk.Tools.CodeownersUtils.Tests.csproj +++ b/tools/codeowners-utils/Azure.Sdk.Tools.CodeownersLinter.Tests/Azure.Sdk.Tools.CodeownersUtils.Tests.csproj @@ -1,7 +1,7 @@ - net6.0 + net8.0 disable disable diff --git a/tools/codeowners-utils/Azure.Sdk.Tools.CodeownersLinter/Azure.Sdk.Tools.CodeownersLinter.csproj b/tools/codeowners-utils/Azure.Sdk.Tools.CodeownersLinter/Azure.Sdk.Tools.CodeownersLinter.csproj index b8949009d90..11a7e02bc60 100644 --- a/tools/codeowners-utils/Azure.Sdk.Tools.CodeownersLinter/Azure.Sdk.Tools.CodeownersLinter.csproj +++ b/tools/codeowners-utils/Azure.Sdk.Tools.CodeownersLinter/Azure.Sdk.Tools.CodeownersLinter.csproj @@ -2,7 +2,7 @@ Exe - net6.0 + net8.0 disable true codeowners-linter diff --git a/tools/codeowners-utils/Azure.Sdk.Tools.CodeownersUtils/Azure.Sdk.Tools.CodeownersUtils.csproj b/tools/codeowners-utils/Azure.Sdk.Tools.CodeownersUtils/Azure.Sdk.Tools.CodeownersUtils.csproj index 78de08e13be..534b9dabf2e 100644 --- a/tools/codeowners-utils/Azure.Sdk.Tools.CodeownersUtils/Azure.Sdk.Tools.CodeownersUtils.csproj +++ b/tools/codeowners-utils/Azure.Sdk.Tools.CodeownersUtils/Azure.Sdk.Tools.CodeownersUtils.csproj @@ -1,7 +1,7 @@ - net6.0 + net8.0 disable disable false diff --git a/tools/github-event-processor/Azure.Sdk.Tools.GitHubEventProcessor.Tests/Azure.Sdk.Tools.GitHubEventProcessor.Tests.csproj b/tools/github-event-processor/Azure.Sdk.Tools.GitHubEventProcessor.Tests/Azure.Sdk.Tools.GitHubEventProcessor.Tests.csproj index c04befa7c13..14f69b611f0 100644 --- a/tools/github-event-processor/Azure.Sdk.Tools.GitHubEventProcessor.Tests/Azure.Sdk.Tools.GitHubEventProcessor.Tests.csproj +++ b/tools/github-event-processor/Azure.Sdk.Tools.GitHubEventProcessor.Tests/Azure.Sdk.Tools.GitHubEventProcessor.Tests.csproj @@ -1,7 +1,7 @@ - net6.0 + net8.0 disable enable diff --git a/tools/github-event-processor/Azure.Sdk.Tools.GitHubEventProcessor/Azure.Sdk.Tools.GitHubEventProcessor.csproj b/tools/github-event-processor/Azure.Sdk.Tools.GitHubEventProcessor/Azure.Sdk.Tools.GitHubEventProcessor.csproj index fb97a7bc636..ce65d1896b7 100644 --- a/tools/github-event-processor/Azure.Sdk.Tools.GitHubEventProcessor/Azure.Sdk.Tools.GitHubEventProcessor.csproj +++ b/tools/github-event-processor/Azure.Sdk.Tools.GitHubEventProcessor/Azure.Sdk.Tools.GitHubEventProcessor.csproj @@ -2,7 +2,7 @@ Exe - net6.0 + net8.0 true github-event-processor diff --git a/tools/github-team-user-store/GitHubTeamUserStore/GitHubTeamUserStore/GitHubTeamUserStore.csproj b/tools/github-team-user-store/GitHubTeamUserStore/GitHubTeamUserStore/GitHubTeamUserStore.csproj index 7c0a53c009e..6d16338c0d3 100644 --- a/tools/github-team-user-store/GitHubTeamUserStore/GitHubTeamUserStore/GitHubTeamUserStore.csproj +++ b/tools/github-team-user-store/GitHubTeamUserStore/GitHubTeamUserStore/GitHubTeamUserStore.csproj @@ -2,7 +2,7 @@ Exe - net6.0 + net8.0 enable github-team-user-store diff --git a/tools/identity-resolution/identity-resolution.csproj b/tools/identity-resolution/identity-resolution.csproj index 2c1da4b023d..01cc2cdf2c4 100644 --- a/tools/identity-resolution/identity-resolution.csproj +++ b/tools/identity-resolution/identity-resolution.csproj @@ -2,7 +2,7 @@ false - net6.0 + net8.0 diff --git a/tools/notification-configuration/notification-creator.Tests/Azure.Sdk.Tools.NotificationConfiguration.Tests.csproj b/tools/notification-configuration/notification-creator.Tests/Azure.Sdk.Tools.NotificationConfiguration.Tests.csproj index c6c64882654..e97c01c51a0 100644 --- a/tools/notification-configuration/notification-creator.Tests/Azure.Sdk.Tools.NotificationConfiguration.Tests.csproj +++ b/tools/notification-configuration/notification-creator.Tests/Azure.Sdk.Tools.NotificationConfiguration.Tests.csproj @@ -1,7 +1,7 @@ - net6.0 + net8.0 enable Nullable false diff --git a/tools/notification-configuration/notification-creator/Azure.Sdk.Tools.NotificationConfiguration.csproj b/tools/notification-configuration/notification-creator/Azure.Sdk.Tools.NotificationConfiguration.csproj index 5b76741d34a..550cd8e06e3 100644 --- a/tools/notification-configuration/notification-creator/Azure.Sdk.Tools.NotificationConfiguration.csproj +++ b/tools/notification-configuration/notification-creator/Azure.Sdk.Tools.NotificationConfiguration.csproj @@ -2,7 +2,7 @@ Exe - net6.0 + net8.0 true notification-creator Azure.Sdk.Tools.NotificationConfiguration diff --git a/tools/pipeline-owners-extractor/Azure.Sdk.Tools.PipelineOwnersExtractor/Azure.Sdk.Tools.PipelineOwnersExtractor.csproj b/tools/pipeline-owners-extractor/Azure.Sdk.Tools.PipelineOwnersExtractor/Azure.Sdk.Tools.PipelineOwnersExtractor.csproj index bd79d27d089..5cd5dbd3d55 100644 --- a/tools/pipeline-owners-extractor/Azure.Sdk.Tools.PipelineOwnersExtractor/Azure.Sdk.Tools.PipelineOwnersExtractor.csproj +++ b/tools/pipeline-owners-extractor/Azure.Sdk.Tools.PipelineOwnersExtractor/Azure.Sdk.Tools.PipelineOwnersExtractor.csproj @@ -2,7 +2,7 @@ Exe - net6.0 + net8.0 true pipeline-owners-extractor