From 49690e96b9a209412ab5d631bbb25ceb1b9d0dfd Mon Sep 17 00:00:00 2001 From: Thomas Bruderer Date: Wed, 29 Nov 2023 16:31:31 +0100 Subject: [PATCH] Forgotten to set TargetFramework to .net 8 --- .../Funcky.Analyzers.Test/Funcky.Analyzers.Test.csproj | 2 +- Funcky.SourceGenerator.Test/Funcky.SourceGenerator.Test.csproj | 2 +- Funcky.TrimmingTest/Funcky.TrimmingTest.csproj | 2 +- Funcky.Xunit.Test/Funcky.Xunit.Test.csproj | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Funcky.Analyzers/Funcky.Analyzers.Test/Funcky.Analyzers.Test.csproj b/Funcky.Analyzers/Funcky.Analyzers.Test/Funcky.Analyzers.Test.csproj index 46e6f408..3213f1ba 100644 --- a/Funcky.Analyzers/Funcky.Analyzers.Test/Funcky.Analyzers.Test.csproj +++ b/Funcky.Analyzers/Funcky.Analyzers.Test/Funcky.Analyzers.Test.csproj @@ -1,7 +1,7 @@ - net7.0 + net8.0 true true diff --git a/Funcky.SourceGenerator.Test/Funcky.SourceGenerator.Test.csproj b/Funcky.SourceGenerator.Test/Funcky.SourceGenerator.Test.csproj index e101447b..26d891a9 100644 --- a/Funcky.SourceGenerator.Test/Funcky.SourceGenerator.Test.csproj +++ b/Funcky.SourceGenerator.Test/Funcky.SourceGenerator.Test.csproj @@ -3,7 +3,7 @@ Funcky.SourceGenerator.Test Funcky.SourceGenerator.Test - net7.0 + net8.0 enable enable preview diff --git a/Funcky.TrimmingTest/Funcky.TrimmingTest.csproj b/Funcky.TrimmingTest/Funcky.TrimmingTest.csproj index 49af8a7e..2754c77d 100644 --- a/Funcky.TrimmingTest/Funcky.TrimmingTest.csproj +++ b/Funcky.TrimmingTest/Funcky.TrimmingTest.csproj @@ -1,7 +1,7 @@ Exe - net7.0 + net8.0 enable enable true diff --git a/Funcky.Xunit.Test/Funcky.Xunit.Test.csproj b/Funcky.Xunit.Test/Funcky.Xunit.Test.csproj index 28d4158b..fca5771c 100644 --- a/Funcky.Xunit.Test/Funcky.Xunit.Test.csproj +++ b/Funcky.Xunit.Test/Funcky.Xunit.Test.csproj @@ -1,6 +1,6 @@ - net7.0 + net8.0 preview enable false