From a28658073134ccfe8ba63e0193874076c2b047f8 Mon Sep 17 00:00:00 2001 From: Ben Broderick Phillips Date: Wed, 18 Dec 2024 16:58:59 -0500 Subject: [PATCH] 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