From e1bd86c4053cd151740f7f7e629ff5ead3d8c8ef Mon Sep 17 00:00:00 2001 From: Martijn Bodeman <11424653+skwasjer@users.noreply.github.com> Date: Fri, 6 Sep 2024 01:14:32 +0200 Subject: [PATCH] chore: move versions/conditions to PropertyGroup. Hopefully dependabot understands this better. (#108) --- Directory.Build.props | 15 ++++++++-- .../Correlate.AspNetCore.Tests.csproj | 29 ++++++++++++++----- .../Correlate.Testing.csproj | 25 +++++++++++----- 3 files changed, 52 insertions(+), 17 deletions(-) diff --git a/Directory.Build.props b/Directory.Build.props index 29d5a19..cfc53f6 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -19,9 +19,18 @@ 8.0.0 - 7.0.0 - 6.0.0 - 3.1.26 + + + + 7.0.0 + + + + 6.0.0 + + + + 3.1.26 diff --git a/test/Correlate.AspNetCore.Tests/Correlate.AspNetCore.Tests.csproj b/test/Correlate.AspNetCore.Tests/Correlate.AspNetCore.Tests.csproj index 5e1980c..e5f8a99 100644 --- a/test/Correlate.AspNetCore.Tests/Correlate.AspNetCore.Tests.csproj +++ b/test/Correlate.AspNetCore.Tests/Correlate.AspNetCore.Tests.csproj @@ -6,14 +6,29 @@ Correlate + + 8.0.0 + 8.0.0 + + + + 7.0.10 + 7.0.0 + + + + 6.0.21 + 6.1.0 + + + + 3.1.32 + 6.1.0 + + - - - - - - - + + diff --git a/test/Correlate.Testing/Correlate.Testing.csproj b/test/Correlate.Testing/Correlate.Testing.csproj index 3ecc985..2f7d860 100644 --- a/test/Correlate.Testing/Correlate.Testing.csproj +++ b/test/Correlate.Testing/Correlate.Testing.csproj @@ -1,20 +1,31 @@ - + net8.0;net7.0;net6.0;netstandard2.1 false + + 8.0.0 + + + + 7.0.0 + + + + 3.1.0 + + + + 3.1.0 + + - - - - - - +