From 0ca4fdd112aae01f8201d5ca4da61bc0e2d869c9 Mon Sep 17 00:00:00 2001 From: Arlo Date: Thu, 9 Jan 2025 11:43:00 -0600 Subject: [PATCH] Update target framework to .NET 8 for SampleGen and TestGen --- .../CommunityToolkit.Tooling.SampleGen.Tests.csproj | 2 +- .../CommunityToolkit.Tooling.TestGen.Tests.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CommunityToolkit.Tooling.SampleGen.Tests/CommunityToolkit.Tooling.SampleGen.Tests.csproj b/CommunityToolkit.Tooling.SampleGen.Tests/CommunityToolkit.Tooling.SampleGen.Tests.csproj index 3dc69337..629c9e54 100644 --- a/CommunityToolkit.Tooling.SampleGen.Tests/CommunityToolkit.Tooling.SampleGen.Tests.csproj +++ b/CommunityToolkit.Tooling.SampleGen.Tests/CommunityToolkit.Tooling.SampleGen.Tests.csproj @@ -1,7 +1,7 @@ - net6.0 + net8.0 enable false diff --git a/CommunityToolkit.Tooling.TestGen.Tests/CommunityToolkit.Tooling.TestGen.Tests.csproj b/CommunityToolkit.Tooling.TestGen.Tests/CommunityToolkit.Tooling.TestGen.Tests.csproj index 8c87f398..c68f7e0c 100644 --- a/CommunityToolkit.Tooling.TestGen.Tests/CommunityToolkit.Tooling.TestGen.Tests.csproj +++ b/CommunityToolkit.Tooling.TestGen.Tests/CommunityToolkit.Tooling.TestGen.Tests.csproj @@ -1,7 +1,7 @@ - net6.0 + net8.0 enable false