From 32ba04043e1b989564257ea6572e18f1a13a2152 Mon Sep 17 00:00:00 2001 From: eelke Date: Tue, 18 Aug 2026 08:05:19 +0200 Subject: [PATCH] Switch to central package version management and upgrade packages to get rid of known vulnerabilities. --- Directory.Packages.props | 36 +++++++++++++++++++ .../IdentityShroud.Api.Tests.csproj | 24 ++++++------- IdentityShroud.Api/IdentityShroud.Api.csproj | 12 +++---- .../IdentityShroud.Core.Tests.csproj | 22 ++++++------ .../IdentityShroud.Core.csproj | 22 ++++++------ .../IdentityShroud.GraphQL.csproj | 4 +-- .../IdentityShroud.Migrations.csproj | 4 +-- .../IdentityShroud.TestUtils.Tests.csproj | 14 ++++---- .../IdentityShroud.TestUtils.csproj | 10 +++--- 9 files changed, 92 insertions(+), 56 deletions(-) create mode 100644 Directory.Packages.props diff --git a/Directory.Packages.props b/Directory.Packages.props new file mode 100644 index 0000000..653fdef --- /dev/null +++ b/Directory.Packages.props @@ -0,0 +1,36 @@ + + + true + true + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/IdentityShroud.Api.Tests/IdentityShroud.Api.Tests.csproj b/IdentityShroud.Api.Tests/IdentityShroud.Api.Tests.csproj index 4bb8f47..67cca0e 100644 --- a/IdentityShroud.Api.Tests/IdentityShroud.Api.Tests.csproj +++ b/IdentityShroud.Api.Tests/IdentityShroud.Api.Tests.csproj @@ -1,4 +1,4 @@ - + net10.0 @@ -8,20 +8,20 @@ - - - - - - - - - + + + + + + + + + - - + + diff --git a/IdentityShroud.Api/IdentityShroud.Api.csproj b/IdentityShroud.Api/IdentityShroud.Api.csproj index 5d779e7..f6f4148 100644 --- a/IdentityShroud.Api/IdentityShroud.Api.csproj +++ b/IdentityShroud.Api/IdentityShroud.Api.csproj @@ -15,12 +15,12 @@ - - - - - - + + + + + + diff --git a/IdentityShroud.Core.Tests/IdentityShroud.Core.Tests.csproj b/IdentityShroud.Core.Tests/IdentityShroud.Core.Tests.csproj index 1d98db0..918119c 100644 --- a/IdentityShroud.Core.Tests/IdentityShroud.Core.Tests.csproj +++ b/IdentityShroud.Core.Tests/IdentityShroud.Core.Tests.csproj @@ -1,4 +1,4 @@ - + net10.0 @@ -8,19 +8,19 @@ - - - - - - - - + + + + + + + + - - + + diff --git a/IdentityShroud.Core/IdentityShroud.Core.csproj b/IdentityShroud.Core/IdentityShroud.Core.csproj index 4562d8d..fe5ed22 100644 --- a/IdentityShroud.Core/IdentityShroud.Core.csproj +++ b/IdentityShroud.Core/IdentityShroud.Core.csproj @@ -1,4 +1,4 @@ - + net10.0 @@ -7,16 +7,16 @@ - - - - - - - - - - + + + + + + + + + + diff --git a/IdentityShroud.GraphQL/IdentityShroud.GraphQL.csproj b/IdentityShroud.GraphQL/IdentityShroud.GraphQL.csproj index b0de15c..1ba525f 100644 --- a/IdentityShroud.GraphQL/IdentityShroud.GraphQL.csproj +++ b/IdentityShroud.GraphQL/IdentityShroud.GraphQL.csproj @@ -1,4 +1,4 @@ - + net10.0 @@ -7,7 +7,7 @@ - + diff --git a/IdentityShroud.Migrations/IdentityShroud.Migrations.csproj b/IdentityShroud.Migrations/IdentityShroud.Migrations.csproj index f4583e2..8cc28ca 100644 --- a/IdentityShroud.Migrations/IdentityShroud.Migrations.csproj +++ b/IdentityShroud.Migrations/IdentityShroud.Migrations.csproj @@ -1,4 +1,4 @@ - + net10.0 @@ -7,7 +7,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/IdentityShroud.TestUtils.Tests/IdentityShroud.TestUtils.Tests.csproj b/IdentityShroud.TestUtils.Tests/IdentityShroud.TestUtils.Tests.csproj index 9ce8074..8e5e7f7 100644 --- a/IdentityShroud.TestUtils.Tests/IdentityShroud.TestUtils.Tests.csproj +++ b/IdentityShroud.TestUtils.Tests/IdentityShroud.TestUtils.Tests.csproj @@ -7,16 +7,16 @@ - - - - - + + + + + - - + + diff --git a/IdentityShroud.TestUtils/IdentityShroud.TestUtils.csproj b/IdentityShroud.TestUtils/IdentityShroud.TestUtils.csproj index 4b68445..db517cc 100644 --- a/IdentityShroud.TestUtils/IdentityShroud.TestUtils.csproj +++ b/IdentityShroud.TestUtils/IdentityShroud.TestUtils.csproj @@ -8,9 +8,9 @@ - - - + + + @@ -18,8 +18,8 @@ - - + +