diff --git a/build/README.md b/build/README.md index 11582634b79fa4fd7094dfde274631ee06370506..01345940ce5313ef80add30d95ff88c215fd6d0c 100644 --- a/build/README.md +++ b/build/README.md @@ -13,7 +13,11 @@ dotnet run --publisher manifest --output-path manifest.json aspirate init aspirate build +# 默认生成 kubernetes aspirate generate +# 也可以生成 docker-compose 部署 +# aspirate generate --output-format compose + aspirate apply ``` diff --git a/src/IdentityServer4/src/Idsrv4.Admin.STS.Identity/Idsrv4.Admin.STS.Identity.csproj b/src/IdentityServer4/src/Idsrv4.Admin.STS.Identity/Idsrv4.Admin.STS.Identity.csproj index 3a85bf0158d438159c7b3f722cce0a154122e72b..61b8c2725d091fbf2242486302a055d708958263 100644 --- a/src/IdentityServer4/src/Idsrv4.Admin.STS.Identity/Idsrv4.Admin.STS.Identity.csproj +++ b/src/IdentityServer4/src/Idsrv4.Admin.STS.Identity/Idsrv4.Admin.STS.Identity.csproj @@ -2,6 +2,7 @@ net8.0 9c91d295-54c5-4d09-9bd6-fa56fb74011b + false diff --git a/src/IdentityServer4/src/Idsrv4.Admin.UI/Idsrv4.Admin.UI.csproj b/src/IdentityServer4/src/Idsrv4.Admin.UI/Idsrv4.Admin.UI.csproj index 657a31b609b05bb6d5a179f4d38a3bcd8a616c85..ed1e7e8d964d39f151845c2a1c73864bbb0ef633 100644 --- a/src/IdentityServer4/src/Idsrv4.Admin.UI/Idsrv4.Admin.UI.csproj +++ b/src/IdentityServer4/src/Idsrv4.Admin.UI/Idsrv4.Admin.UI.csproj @@ -4,6 +4,7 @@ The package with UI for the administration of the IdentityServer4 true / + false diff --git a/src/IdentityServer4/src/Idsrv4.Admin/Idsrv4.Admin.csproj b/src/IdentityServer4/src/Idsrv4.Admin/Idsrv4.Admin.csproj index 52a662301f86816c16212ec33a1c8cdd7484df82..e1efb45864698673db3c896e0025dac9d3c8e3a5 100644 --- a/src/IdentityServer4/src/Idsrv4.Admin/Idsrv4.Admin.csproj +++ b/src/IdentityServer4/src/Idsrv4.Admin/Idsrv4.Admin.csproj @@ -3,6 +3,7 @@ net8.0 8fe260ca-ef4c-4fa3-9364-029146f8d339 NU1803;NU1507;1701;1702;1591;8002;CS1573;NU1604; + false diff --git a/src/Services/Ordering/Presentation/Ordering.Api/Ordering.Api.csproj b/src/Services/Ordering/Presentation/Ordering.Api/Ordering.Api.csproj index 0e6ba68f40ade0aea526b36265ecd8e137bb8844..a0edf6c27f447cc2e35109a22c63b13d73843044 100644 --- a/src/Services/Ordering/Presentation/Ordering.Api/Ordering.Api.csproj +++ b/src/Services/Ordering/Presentation/Ordering.Api/Ordering.Api.csproj @@ -2,7 +2,8 @@ db0f9eb4-ee32-47d3-8d93-f59a66d79da5 - + false +