From 698f32d93f80dc5b6c9fd43e1533368b9600eac2 Mon Sep 17 00:00:00 2001 From: Charley Wu Date: Sat, 25 Nov 2023 10:27:48 +0800 Subject: [PATCH] Clean up package references --- Directory.Packages.props | 30 ++++++++++++++----- .../AspNetCoreSample/AspNetCoreSample.csproj | 1 - .../GSS.Authentication.CAS.Core.csproj | 4 +-- ...Authentication.CAS.DistributedCache.csproj | 5 ++-- .../GSS.Authentication.CAS.Owin.Tests.csproj | 3 +- 5 files changed, 29 insertions(+), 14 deletions(-) diff --git a/Directory.Packages.props b/Directory.Packages.props index c71df0a7..4510310f 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -3,6 +3,29 @@ true true + + + + + + + + + + + + + + + + + + + + + + + @@ -12,19 +35,14 @@ - - - - - @@ -45,8 +63,6 @@ - - diff --git a/samples/AspNetCoreSample/AspNetCoreSample.csproj b/samples/AspNetCoreSample/AspNetCoreSample.csproj index 1d4d7275..41881498 100644 --- a/samples/AspNetCoreSample/AspNetCoreSample.csproj +++ b/samples/AspNetCoreSample/AspNetCoreSample.csproj @@ -21,7 +21,6 @@ - diff --git a/src/GSS.Authentication.CAS.Core/GSS.Authentication.CAS.Core.csproj b/src/GSS.Authentication.CAS.Core/GSS.Authentication.CAS.Core.csproj index 6f334b72..0337170c 100644 --- a/src/GSS.Authentication.CAS.Core/GSS.Authentication.CAS.Core.csproj +++ b/src/GSS.Authentication.CAS.Core/GSS.Authentication.CAS.Core.csproj @@ -7,9 +7,7 @@ - - - + diff --git a/src/GSS.Authentication.CAS.DistributedCache/GSS.Authentication.CAS.DistributedCache.csproj b/src/GSS.Authentication.CAS.DistributedCache/GSS.Authentication.CAS.DistributedCache.csproj index caf81eea..0289920b 100644 --- a/src/GSS.Authentication.CAS.DistributedCache/GSS.Authentication.CAS.DistributedCache.csproj +++ b/src/GSS.Authentication.CAS.DistributedCache/GSS.Authentication.CAS.DistributedCache.csproj @@ -7,8 +7,9 @@ - - + + + diff --git a/test/GSS.Authentication.CAS.Owin.Tests/GSS.Authentication.CAS.Owin.Tests.csproj b/test/GSS.Authentication.CAS.Owin.Tests/GSS.Authentication.CAS.Owin.Tests.csproj index 8a910ace..0f0dd708 100644 --- a/test/GSS.Authentication.CAS.Owin.Tests/GSS.Authentication.CAS.Owin.Tests.csproj +++ b/test/GSS.Authentication.CAS.Owin.Tests/GSS.Authentication.CAS.Owin.Tests.csproj @@ -6,10 +6,11 @@ - + +