From c3af9c9ba7137a7beb20c4daa228755a61df903c Mon Sep 17 00:00:00 2001 From: github-actions Date: Thu, 1 Oct 2020 02:29:15 +0000 Subject: [PATCH] fix: update packages --- .../Aguacongas.TheIdServer.Api.csproj | 4 ++-- .../Aguacongas.TheIdServer.Private.csproj | 4 ++-- .../Aguacongas.TheIdServer.Public.csproj | 8 ++++---- .../Aguacongas.IdentityServer.Admin.csproj | 2 +- .../Aguacongas.TheIdServer.Migrations.MySql.csproj | 2 +- .../Aguacongas.IdentityServer.Admin.Test.csproj | 2 +- .../Aguacongas.IdentityServer.Http.Store.Test.csproj | 2 +- .../Aguacongas.IdentityServer.KeysRotation.Test.csproj | 2 +- .../Aguacongas.TheIdServer.BlazorApp.Test.csproj | 2 +- ...Aguacongas.TheIdServer.Identity.IntegrationTest.csproj | 2 +- .../Aguacongas.TheIdServer.IntegrationTest.csproj | 2 +- .../Aguacongas.TheIdServer.Test.csproj | 2 +- 12 files changed, 17 insertions(+), 17 deletions(-) diff --git a/sample/MultiTiers/Aguacongas.TheIdServer.Api/Aguacongas.TheIdServer.Api.csproj b/sample/MultiTiers/Aguacongas.TheIdServer.Api/Aguacongas.TheIdServer.Api.csproj index 7d97a5515..ab8c54713 100644 --- a/sample/MultiTiers/Aguacongas.TheIdServer.Api/Aguacongas.TheIdServer.Api.csproj +++ b/sample/MultiTiers/Aguacongas.TheIdServer.Api/Aguacongas.TheIdServer.Api.csproj @@ -14,8 +14,8 @@ Aguacongas.TheIdServer.Api.ruleset - - + + diff --git a/sample/MultiTiers/Aguacongas.TheIdServer.Private/Aguacongas.TheIdServer.Private.csproj b/sample/MultiTiers/Aguacongas.TheIdServer.Private/Aguacongas.TheIdServer.Private.csproj index 2ab3953b2..30f75c06a 100644 --- a/sample/MultiTiers/Aguacongas.TheIdServer.Private/Aguacongas.TheIdServer.Private.csproj +++ b/sample/MultiTiers/Aguacongas.TheIdServer.Private/Aguacongas.TheIdServer.Private.csproj @@ -15,8 +15,8 @@ Aguacongas.TheIdServer.Private.ruleset - - + + diff --git a/sample/MultiTiers/Aguacongas.TheIdServer.Public/Aguacongas.TheIdServer.Public.csproj b/sample/MultiTiers/Aguacongas.TheIdServer.Public/Aguacongas.TheIdServer.Public.csproj index 49c36d252..ad4cd1300 100644 --- a/sample/MultiTiers/Aguacongas.TheIdServer.Public/Aguacongas.TheIdServer.Public.csproj +++ b/sample/MultiTiers/Aguacongas.TheIdServer.Public/Aguacongas.TheIdServer.Public.csproj @@ -15,10 +15,10 @@ Aguacongas.TheIdServer.Public.ruleset - - - - + + + + diff --git a/src/IdentityServer/Aguacongas.IdentityServer.Admin/Aguacongas.IdentityServer.Admin.csproj b/src/IdentityServer/Aguacongas.IdentityServer.Admin/Aguacongas.IdentityServer.Admin.csproj index 5736f2078..d42cf59a1 100644 --- a/src/IdentityServer/Aguacongas.IdentityServer.Admin/Aguacongas.IdentityServer.Admin.csproj +++ b/src/IdentityServer/Aguacongas.IdentityServer.Admin/Aguacongas.IdentityServer.Admin.csproj @@ -27,7 +27,7 @@ - + diff --git a/src/IdentityServer/Migrations/Aguacongas.TheIdServer.Migrations.MySql/Aguacongas.TheIdServer.Migrations.MySql.csproj b/src/IdentityServer/Migrations/Aguacongas.TheIdServer.Migrations.MySql/Aguacongas.TheIdServer.Migrations.MySql.csproj index 08822b7f7..74f59f52a 100644 --- a/src/IdentityServer/Migrations/Aguacongas.TheIdServer.Migrations.MySql/Aguacongas.TheIdServer.Migrations.MySql.csproj +++ b/src/IdentityServer/Migrations/Aguacongas.TheIdServer.Migrations.MySql/Aguacongas.TheIdServer.Migrations.MySql.csproj @@ -25,7 +25,7 @@ - + diff --git a/test/Aguacongas.IdentityServer.Admin.Test/Aguacongas.IdentityServer.Admin.Test.csproj b/test/Aguacongas.IdentityServer.Admin.Test/Aguacongas.IdentityServer.Admin.Test.csproj index 70b36711e..ad6f7759a 100644 --- a/test/Aguacongas.IdentityServer.Admin.Test/Aguacongas.IdentityServer.Admin.Test.csproj +++ b/test/Aguacongas.IdentityServer.Admin.Test/Aguacongas.IdentityServer.Admin.Test.csproj @@ -10,7 +10,7 @@ - + all diff --git a/test/Aguacongas.IdentityServer.Http.Store.Test/Aguacongas.IdentityServer.Http.Store.Test.csproj b/test/Aguacongas.IdentityServer.Http.Store.Test/Aguacongas.IdentityServer.Http.Store.Test.csproj index e6b714f93..9caa31df9 100644 --- a/test/Aguacongas.IdentityServer.Http.Store.Test/Aguacongas.IdentityServer.Http.Store.Test.csproj +++ b/test/Aguacongas.IdentityServer.Http.Store.Test/Aguacongas.IdentityServer.Http.Store.Test.csproj @@ -8,7 +8,7 @@ - + diff --git a/test/Aguacongas.IdentityServer.KeysRotation.Test/Aguacongas.IdentityServer.KeysRotation.Test.csproj b/test/Aguacongas.IdentityServer.KeysRotation.Test/Aguacongas.IdentityServer.KeysRotation.Test.csproj index 3abd37330..5666204ab 100644 --- a/test/Aguacongas.IdentityServer.KeysRotation.Test/Aguacongas.IdentityServer.KeysRotation.Test.csproj +++ b/test/Aguacongas.IdentityServer.KeysRotation.Test/Aguacongas.IdentityServer.KeysRotation.Test.csproj @@ -10,7 +10,7 @@ - + all diff --git a/test/Aguacongas.TheIdServer.BlazorApp.Test/Aguacongas.TheIdServer.BlazorApp.Test.csproj b/test/Aguacongas.TheIdServer.BlazorApp.Test/Aguacongas.TheIdServer.BlazorApp.Test.csproj index bb7a57aae..52ec1bfa1 100644 --- a/test/Aguacongas.TheIdServer.BlazorApp.Test/Aguacongas.TheIdServer.BlazorApp.Test.csproj +++ b/test/Aguacongas.TheIdServer.BlazorApp.Test/Aguacongas.TheIdServer.BlazorApp.Test.csproj @@ -12,7 +12,7 @@ runtime; build; native; contentfiles; analyzers; buildtransitive - + all diff --git a/test/Aguacongas.TheIdServer.Identity.IntegrationTest/Aguacongas.TheIdServer.Identity.IntegrationTest.csproj b/test/Aguacongas.TheIdServer.Identity.IntegrationTest/Aguacongas.TheIdServer.Identity.IntegrationTest.csproj index 303411f6f..08bc947d0 100644 --- a/test/Aguacongas.TheIdServer.Identity.IntegrationTest/Aguacongas.TheIdServer.Identity.IntegrationTest.csproj +++ b/test/Aguacongas.TheIdServer.Identity.IntegrationTest/Aguacongas.TheIdServer.Identity.IntegrationTest.csproj @@ -23,7 +23,7 @@ - + all diff --git a/test/Aguacongas.TheIdServer.IntegrationTest/Aguacongas.TheIdServer.IntegrationTest.csproj b/test/Aguacongas.TheIdServer.IntegrationTest/Aguacongas.TheIdServer.IntegrationTest.csproj index d493c2e9b..700f8cd5d 100644 --- a/test/Aguacongas.TheIdServer.IntegrationTest/Aguacongas.TheIdServer.IntegrationTest.csproj +++ b/test/Aguacongas.TheIdServer.IntegrationTest/Aguacongas.TheIdServer.IntegrationTest.csproj @@ -16,7 +16,7 @@ - + all diff --git a/test/Aguacongas.TheIdServer.Test/Aguacongas.TheIdServer.Test.csproj b/test/Aguacongas.TheIdServer.Test/Aguacongas.TheIdServer.Test.csproj index b799f19a5..e65f50426 100644 --- a/test/Aguacongas.TheIdServer.Test/Aguacongas.TheIdServer.Test.csproj +++ b/test/Aguacongas.TheIdServer.Test/Aguacongas.TheIdServer.Test.csproj @@ -8,7 +8,7 @@ - + all