From 163c8832f0d761e21ef80f9baed6db6490bf66e8 Mon Sep 17 00:00:00 2001 From: Matt Parker <61717342+MattParkerDev@users.noreply.github.com> Date: Tue, 25 Nov 2025 18:38:11 +1000 Subject: [PATCH] update other projects to net10.0 --- tests/Roslyn.Benchmarks/Roslyn.Benchmarks.csproj | 2 +- tools/AppHost/AppHost.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/Roslyn.Benchmarks/Roslyn.Benchmarks.csproj b/tests/Roslyn.Benchmarks/Roslyn.Benchmarks.csproj index 9d7ffcc..e971002 100644 --- a/tests/Roslyn.Benchmarks/Roslyn.Benchmarks.csproj +++ b/tests/Roslyn.Benchmarks/Roslyn.Benchmarks.csproj @@ -2,7 +2,7 @@ Exe - net9.0 + net10.0 enable enable diff --git a/tools/AppHost/AppHost.csproj b/tools/AppHost/AppHost.csproj index 8b3c360..a8cfb89 100644 --- a/tools/AppHost/AppHost.csproj +++ b/tools/AppHost/AppHost.csproj @@ -4,7 +4,7 @@ Exe - net9.0 + net10.0 enable enable true