14 Answer(s)
-
0
D:\sourcecode\repos\IntegriFlow\apps\multi_tier\ControlCenter\src\ControlCenter.Domain.Shared\ControlCenter.Domain.Shared.csproj : error NU1103: Unable to fin d a stable package Volo.Abp.Identity.Pro.Domain.Shared with version (>= 7.0.2) [D:\sourcecode\repos\IntegriFlow\apps\multi_tier\ControlCenter\src\ControlCente r.Domain\ControlCenter.Domain.csproj]
-
0
Hello, not all commercial packages have been released for version 7.0.2.
-
0
I'm trying to downgrade and I cannot even pull down 7.0.1 from the commercial nuget server.
What is the CLI command to reset my project to a specific Abp framework version?
-
0
https://docs.abp.io/en/abp/latest/CLI#update Hi you can do
abp update --version 7.0.1
like here -
0
-
0
Hello 7.0.2 packages have been released. Can you run the
abp clean
command and try again? -
0
Still getting errors.
-
0
I am sorry this is my mistake. Packages maybe not released. Abp cli does not support downgrade. You can wait for the packages to be released or manually downgrade the versions.
-
0
Do you have an eta when they will be released?
-
0
You can consider use
abp new myproject -v 7.0.1
command to create a specific version of the project -
0
Do you have an eta when 7.0.2 commercial packages will be released?
-
0
Hi,
It's released.
-
0
Sorry, but this is not fixed. I have the same results.
-
0
Try:
dotnet nuget locals -c http-cache
dotnet nuget locals -c temp