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]
Markdown supported.Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post) -
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?
Markdown supported.Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post) -
0Markdown supported.Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post)
-
0
Still getting errors.
Markdown supported.Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post) -
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.
Markdown supported.Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post) -
0
Do you have an eta when they will be released?
Markdown supported.Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post) -
0
You can consider use
abp new myproject -v 7.0.1command to create a specific version of the projectMarkdown supported.Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post) -
0
Do you have an eta when 7.0.2 commercial packages will be released?
Markdown supported.Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post) -
0
Hi,
It's released.
Markdown supported.Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post) -
0
Sorry, but this is not fixed. I have the same results.
Markdown supported.Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post) -
0
Try:
dotnet nuget locals -c http-cachedotnet nuget locals -c tempMarkdown supported.Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post)

