From 4a80c93cc214648279504c8788d39244562f8fbc Mon Sep 17 00:00:00 2001 From: Oliver Booth Date: Wed, 12 Jun 2024 03:45:51 +0100 Subject: [PATCH] chore!: drop net7.0 target (#90) --- X10D.Hosting/X10D.Hosting.csproj | 2 +- X10D.Tests/X10D.Tests.csproj | 2 +- X10D/X10D.csproj | 2 +- tools/Benchmarks/Benchmarks.csproj | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/X10D.Hosting/X10D.Hosting.csproj b/X10D.Hosting/X10D.Hosting.csproj index b54a518..cc93b63 100644 --- a/X10D.Hosting/X10D.Hosting.csproj +++ b/X10D.Hosting/X10D.Hosting.csproj @@ -1,7 +1,7 @@ - net8.0;net7.0;net6.0 + net8.0;net6.0 diff --git a/X10D.Tests/X10D.Tests.csproj b/X10D.Tests/X10D.Tests.csproj index eb3895c..9ac986d 100644 --- a/X10D.Tests/X10D.Tests.csproj +++ b/X10D.Tests/X10D.Tests.csproj @@ -1,7 +1,7 @@ - net8.0;net7.0;net6.0 + net8.0;net6.0 false true xml,cobertura diff --git a/X10D/X10D.csproj b/X10D/X10D.csproj index 8f36b52..592e773 100644 --- a/X10D/X10D.csproj +++ b/X10D/X10D.csproj @@ -1,7 +1,7 @@ - net8.0;net7.0;net6.0 + net8.0;net6.0 diff --git a/tools/Benchmarks/Benchmarks.csproj b/tools/Benchmarks/Benchmarks.csproj index 0791ad9..197c37b 100644 --- a/tools/Benchmarks/Benchmarks.csproj +++ b/tools/Benchmarks/Benchmarks.csproj @@ -1,7 +1,7 @@ - net8.0;net7.0;net6.0 + net8.0;net6.0 Release Exe true