From a28658073134ccfe8ba63e0193874076c2b047f8 Mon Sep 17 00:00:00 2001 From: Ben Broderick Phillips Date: Wed, 18 Dec 2024 16:58:59 -0500 Subject: [PATCH 1/2] Support net9 for perf tooling --- .../Azure.Sdk.Tools.PerfAutomation.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/perf-automation/Azure.Sdk.Tools.PerfAutomation/Azure.Sdk.Tools.PerfAutomation.csproj b/tools/perf-automation/Azure.Sdk.Tools.PerfAutomation/Azure.Sdk.Tools.PerfAutomation.csproj index 553753456a5..5c5bc14cc56 100644 --- a/tools/perf-automation/Azure.Sdk.Tools.PerfAutomation/Azure.Sdk.Tools.PerfAutomation.csproj +++ b/tools/perf-automation/Azure.Sdk.Tools.PerfAutomation/Azure.Sdk.Tools.PerfAutomation.csproj @@ -1,7 +1,7 @@  - net8.0 + net8.0;net9.0 Exe true From bb0a177312fc0b766509c94e316134432c0084c5 Mon Sep 17 00:00:00 2001 From: Ben Broderick Phillips Date: Wed, 18 Dec 2024 17:16:38 -0500 Subject: [PATCH 2/2] Revert to use net8 for global.json --- global.json | 2 +- .../Azure.Sdk.Tools.PerfAutomation.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/global.json b/global.json index e94e8ded643..eb2880c5bbf 100644 --- a/global.json +++ b/global.json @@ -3,7 +3,7 @@ "Microsoft.Build.Traversal": "3.2.0" }, "sdk": { - "version": "9.0.101", + "version": "8.0.302", "rollForward": "feature" } } diff --git a/tools/perf-automation/Azure.Sdk.Tools.PerfAutomation/Azure.Sdk.Tools.PerfAutomation.csproj b/tools/perf-automation/Azure.Sdk.Tools.PerfAutomation/Azure.Sdk.Tools.PerfAutomation.csproj index 5c5bc14cc56..553753456a5 100644 --- a/tools/perf-automation/Azure.Sdk.Tools.PerfAutomation/Azure.Sdk.Tools.PerfAutomation.csproj +++ b/tools/perf-automation/Azure.Sdk.Tools.PerfAutomation/Azure.Sdk.Tools.PerfAutomation.csproj @@ -1,7 +1,7 @@  - net8.0;net9.0 + net8.0 Exe true