Open Closed

7.0.2 Nuget Restore is failing #4578


User avatar
0
john@johnfuqua.com created

Package restore is failing. You guys are killing me. I'm trying to get a project demo ready.


14 Answer(s)
  • User Avatar
    0
    john@johnfuqua.com created

    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]

  • User Avatar
    0
    salih created
    Support Team .NET Developer

    Hello, not all commercial packages have been released for version 7.0.2.

  • User Avatar
    0
    john@johnfuqua.com created

    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?

  • User Avatar
    0
    salih created
    Support Team .NET Developer

    https://docs.abp.io/en/abp/latest/CLI#update Hi you can do abp update --version 7.0.1 like here

  • User Avatar
    0
    john@johnfuqua.com created

    Yeah...i tried that and everything is still broken.

  • User Avatar
    0
    salih created
    Support Team .NET Developer

    Hello 7.0.2 packages have been released. Can you run theabp clean command and try again?

  • User Avatar
    0
    john@johnfuqua.com created

    Still getting errors.

  • User Avatar
    0
    salih created
    Support Team .NET Developer

    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.

  • User Avatar
    0
    john@johnfuqua.com created

    Do you have an eta when they will be released?

  • User Avatar
    0
    liangshiwei created
    Support Team Fullstack Developer

    You can consider use abp new myproject -v 7.0.1 command to create a specific version of the project

  • User Avatar
    0
    john@johnfuqua.com created

    Do you have an eta when 7.0.2 commercial packages will be released?

  • User Avatar
    0
    liangshiwei created
    Support Team Fullstack Developer

    Hi,

    It's released.

  • User Avatar
    0
    john@johnfuqua.com created

    Sorry, but this is not fixed. I have the same results.

  • User Avatar
    0
    liangshiwei created
    Support Team Fullstack Developer

    Try:

    dotnet nuget locals -c http-cache dotnet nuget locals -c temp

Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11