diff --git a/framework/src/Volo.Abp.Cli.Core/Volo/Abp/Cli/Commands/Services/SuiteAppSettingsService.cs b/framework/src/Volo.Abp.Cli.Core/Volo/Abp/Cli/Commands/Services/SuiteAppSettingsService.cs index c453c35349..f3b7d63a42 100644 --- a/framework/src/Volo.Abp.Cli.Core/Volo/Abp/Cli/Commands/Services/SuiteAppSettingsService.cs +++ b/framework/src/Volo.Abp.Cli.Core/Volo/Abp/Cli/Commands/Services/SuiteAppSettingsService.cs @@ -51,7 +51,7 @@ public class SuiteAppSettingsService : ITransientDependency } var path = Path.Combine( - "%USERPROFILE%", + Environment.GetFolderPath(Environment.SpecialFolder.UserProfile), ".dotnet", "tools", ".store", @@ -59,7 +59,9 @@ public class SuiteAppSettingsService : ITransientDependency suiteVersion, "volo.abp.suite", suiteVersion, - "content", + "tools", + "net7.0", + "any", "appsettings.json" );