From eee4f58069c85b480bcbe2b37aa430dd303b8e57 Mon Sep 17 00:00:00 2001 From: James Thompson Date: Thu, 25 Apr 2024 10:05:43 +1000 Subject: [PATCH] #19528 clean dependencies to leverage framework --- .../src/Volo.Abp.Cli.Core/Volo.Abp.Cli.Core.csproj | 7 +++++-- framework/src/Volo.Abp.Cli/Volo.Abp.Cli.csproj | 1 - framework/src/Volo.Abp.Core/Volo.Abp.Core.csproj | 8 ++++---- .../Volo.Abp.Json.SystemTextJson.csproj | 3 +++ .../Volo.Abp.Account.Application.csproj | 1 - .../Properties/launchSettings.json | 12 ++++++++++++ .../Volo.Abp.Account.Web.IdentityServer.csproj | 4 ---- .../Properties/launchSettings.json | 12 ++++++++++++ 8 files changed, 36 insertions(+), 12 deletions(-) create mode 100644 modules/account/src/Volo.Abp.Account.Web.IdentityServer/Properties/launchSettings.json create mode 100644 modules/account/src/Volo.Abp.Account.Web.OpenIddict/Properties/launchSettings.json diff --git a/framework/src/Volo.Abp.Cli.Core/Volo.Abp.Cli.Core.csproj b/framework/src/Volo.Abp.Cli.Core/Volo.Abp.Cli.Core.csproj index a27f26562d..198b979abc 100644 --- a/framework/src/Volo.Abp.Cli.Core/Volo.Abp.Cli.Core.csproj +++ b/framework/src/Volo.Abp.Cli.Core/Volo.Abp.Cli.Core.csproj @@ -17,22 +17,25 @@ - + + + + + - diff --git a/framework/src/Volo.Abp.Cli/Volo.Abp.Cli.csproj b/framework/src/Volo.Abp.Cli/Volo.Abp.Cli.csproj index 2bc7af750a..1e7f232231 100644 --- a/framework/src/Volo.Abp.Cli/Volo.Abp.Cli.csproj +++ b/framework/src/Volo.Abp.Cli/Volo.Abp.Cli.csproj @@ -15,7 +15,6 @@ - diff --git a/framework/src/Volo.Abp.Core/Volo.Abp.Core.csproj b/framework/src/Volo.Abp.Core/Volo.Abp.Core.csproj index 8804c8868f..72b64c7f0a 100644 --- a/framework/src/Volo.Abp.Core/Volo.Abp.Core.csproj +++ b/framework/src/Volo.Abp.Core/Volo.Abp.Core.csproj @@ -16,7 +16,6 @@ - @@ -26,10 +25,7 @@ - - - @@ -37,6 +33,10 @@ + + + + all runtime; build; native; contentfiles; analyzers diff --git a/framework/src/Volo.Abp.Json.SystemTextJson/Volo.Abp.Json.SystemTextJson.csproj b/framework/src/Volo.Abp.Json.SystemTextJson/Volo.Abp.Json.SystemTextJson.csproj index e7adbb75de..5573bcc4c2 100644 --- a/framework/src/Volo.Abp.Json.SystemTextJson/Volo.Abp.Json.SystemTextJson.csproj +++ b/framework/src/Volo.Abp.Json.SystemTextJson/Volo.Abp.Json.SystemTextJson.csproj @@ -20,6 +20,9 @@ + + + diff --git a/modules/account/src/Volo.Abp.Account.Application/Volo.Abp.Account.Application.csproj b/modules/account/src/Volo.Abp.Account.Application/Volo.Abp.Account.Application.csproj index e43314c3d5..bf22275654 100644 --- a/modules/account/src/Volo.Abp.Account.Application/Volo.Abp.Account.Application.csproj +++ b/modules/account/src/Volo.Abp.Account.Application/Volo.Abp.Account.Application.csproj @@ -17,7 +17,6 @@ - diff --git a/modules/account/src/Volo.Abp.Account.Web.IdentityServer/Properties/launchSettings.json b/modules/account/src/Volo.Abp.Account.Web.IdentityServer/Properties/launchSettings.json new file mode 100644 index 0000000000..a5ba727267 --- /dev/null +++ b/modules/account/src/Volo.Abp.Account.Web.IdentityServer/Properties/launchSettings.json @@ -0,0 +1,12 @@ +{ + "profiles": { + "Volo.Abp.Account.Web.IdentityServer": { + "commandName": "Project", + "launchBrowser": true, + "environmentVariables": { + "ASPNETCORE_ENVIRONMENT": "Development" + }, + "applicationUrl": "https://localhost:61630;http://localhost:61633" + } + } +} \ No newline at end of file diff --git a/modules/account/src/Volo.Abp.Account.Web.IdentityServer/Volo.Abp.Account.Web.IdentityServer.csproj b/modules/account/src/Volo.Abp.Account.Web.IdentityServer/Volo.Abp.Account.Web.IdentityServer.csproj index 7e7136d247..a5f344b485 100644 --- a/modules/account/src/Volo.Abp.Account.Web.IdentityServer/Volo.Abp.Account.Web.IdentityServer.csproj +++ b/modules/account/src/Volo.Abp.Account.Web.IdentityServer/Volo.Abp.Account.Web.IdentityServer.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/modules/account/src/Volo.Abp.Account.Web.OpenIddict/Properties/launchSettings.json b/modules/account/src/Volo.Abp.Account.Web.OpenIddict/Properties/launchSettings.json new file mode 100644 index 0000000000..c08f7331a2 --- /dev/null +++ b/modules/account/src/Volo.Abp.Account.Web.OpenIddict/Properties/launchSettings.json @@ -0,0 +1,12 @@ +{ + "profiles": { + "Volo.Abp.Account.Web.OpenIddict": { + "commandName": "Project", + "launchBrowser": true, + "environmentVariables": { + "ASPNETCORE_ENVIRONMENT": "Development" + }, + "applicationUrl": "https://localhost:61631;http://localhost:61632" + } + } +} \ No newline at end of file