From 60c739f6617e152e5dcc4ad15a8c8c91db2eee97 Mon Sep 17 00:00:00 2001 From: Oliver Booth Date: Mon, 28 Aug 2023 13:04:16 +0100 Subject: [PATCH] chore: don't share TargetFrameworks in build props --- Directory.Build.props | 1 - X10D.Hosting/X10D.Hosting.csproj | 4 ++++ X10D/X10D.csproj | 4 ++++ tools/Benchmarks/Benchmarks.csproj | 2 +- tools/SourceValidator/SourceValidator.csproj | 2 +- tools/UpmPackageGenerator/UpmPackageGenerator.csproj | 2 +- 6 files changed, 11 insertions(+), 4 deletions(-) diff --git a/Directory.Build.props b/Directory.Build.props index e5b2e1c..9f2994d 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -1,6 +1,5 @@ - net7.0;net6.0;netstandard2.1 11.0 true true diff --git a/X10D.Hosting/X10D.Hosting.csproj b/X10D.Hosting/X10D.Hosting.csproj index 0d99bec..a534fa0 100644 --- a/X10D.Hosting/X10D.Hosting.csproj +++ b/X10D.Hosting/X10D.Hosting.csproj @@ -1,5 +1,9 @@ + + net7.0;net6.0;netstandard2.1 + + diff --git a/X10D/X10D.csproj b/X10D/X10D.csproj index c288f87..7994902 100644 --- a/X10D/X10D.csproj +++ b/X10D/X10D.csproj @@ -1,5 +1,9 @@ + + net7.0;net6.0;netstandard2.1 + + True diff --git a/tools/Benchmarks/Benchmarks.csproj b/tools/Benchmarks/Benchmarks.csproj index fb326bc..186c2f8 100644 --- a/tools/Benchmarks/Benchmarks.csproj +++ b/tools/Benchmarks/Benchmarks.csproj @@ -1,9 +1,9 @@ + net7.0;net6.0;netcoreapp3.1 Release Exe - net7.0;net6.0;netcoreapp3.1 true diff --git a/tools/SourceValidator/SourceValidator.csproj b/tools/SourceValidator/SourceValidator.csproj index 5059923..70cfe51 100644 --- a/tools/SourceValidator/SourceValidator.csproj +++ b/tools/SourceValidator/SourceValidator.csproj @@ -1,8 +1,8 @@ - Exe net7.0 + Exe diff --git a/tools/UpmPackageGenerator/UpmPackageGenerator.csproj b/tools/UpmPackageGenerator/UpmPackageGenerator.csproj index 82cad6d..37e1cd0 100644 --- a/tools/UpmPackageGenerator/UpmPackageGenerator.csproj +++ b/tools/UpmPackageGenerator/UpmPackageGenerator.csproj @@ -1,8 +1,8 @@ - Exe net7.0 + Exe