Hello Abp,
I have a problem. I have updated the abp suite from 4.4.x to 5.1.4.
When i use the command abp update all packages are up to date. When i restore my packages in visual studio i am getting this message for all abp package. Error NU1102: Unable to find package Volo.Abp.LeptonTheme.Management.Domain.Shared with version (>= 5.1.4)
- Found 208 version(s) in ABP Commercial NuGet Source [ Nearest version: 4.4.4 ] how can we solve this?
If you're creating a bug/problem report, please include followings:
ABP Framework version: v5.1.4
UI type: Angular
DB provider: EF Core
Error NU1102: Unable to find package Volo.Abp.LeptonTheme.Management.Domain.Shared with version (>= 5.1.4)
- Found 208 version(s) in ABP Commercial NuGet Source [ Nearest version: 4.4.4 ]
- Found 0 version(s) in DevExpress 21.2 Local
- Found 0 version(s) in Microsoft Visual Studio Offline Packages
- Found 0 version(s) in nuget.org
- Found 0 version(s) in PrefextXL
- Found 0 version(s) in BlazoriseMyGet Error NU1102: Unable to find package Volo.Abp.Identity.Pro.Domain.Shared with version (>= 5.1.4)
- Found 36 version(s) in ABP Commercial NuGet Source [ Nearest version: 4.4.4 ]
- Found 0 version(s) in DevExpress 21.2 Local
- Found 0 version(s) in Microsoft Visual Studio Offline Packages
- Found 0 version(s) in nuget.org
- Found 0 version(s) in PrefextXL
- Found 0 version(s) in BlazoriseMyGet Error NU1102: Unable to find package Volo.Saas.Domain.Shared with version (>= 5.1.4)
- Found 208 version(s) in ABP Commercial NuGet Source [ Nearest version: 4.4.4 ]
- Found 0 version(s) in DevExpress 21.2 Local
- Found 0 version(s) in Microsoft Visual Studio Offline Packages
- Found 0 version(s) in nuget.org
- Found 0 version(s) in PrefextXL
- Found 0 version(s) in BlazoriseMyGet Error NU1102: Unable to find package Volo.Abp.TextTemplateManagement.Domain.Shared with version (>= 5.1.4)
- Found 189 version(s) in ABP Commercial NuGet Source [ Nearest version: 4.4.4 ]
- Found 0 version(s) in DevExpress 21.2 Local
- Found 0 version(s) in Microsoft Visual Studio Offline Packages
- Found 0 version(s) in nuget.org
- Found 0 version(s) in PrefextXL
- Found 0 version(s) in BlazoriseMyGet Error NU1102: Unable to find package Volo.Abp.LanguageManagement.Domain.Shared with version (>= 5.1.4)
- Found 208 version(s) in ABP Commercial NuGet Source [ Nearest version: 4.4.4 ]
- Found 0 version(s) in DevExpress 21.2 Local
- Found 0 version(s) in Microsoft Visual Studio Offline Packages
- Found 0 version(s) in nuget.org
- Found 0 version(s) in PrefextXL
- Found 0 version(s) in BlazoriseMyGet Error NU1102: Unable to find package Volo.Abp.Commercial.SuiteTemplates with version (>= 5.1.4)
- Found 202 version(s) in ABP Commercial NuGet Source [ Nearest version: 4.4.4 ]
- Found 0 version(s) in DevExpress 21.2 Local
- Found 0 version(s) in Microsoft Visual Studio Offline Packages
- Found 0 version(s) in nuget.org
- Found 0 version(s) in PrefextXL
- Found 0 version(s) in BlazoriseMyGet
4 Answer(s)
-
0
HI
Can you check your project file(csproj)? and update the version?
-
0
<PackageReference Include="Volo.Abp.Identity.Pro.Domain.Shared" Version="5.1.4" /> <PackageReference Include="Volo.Abp.IdentityServer.Domain.Shared" Version="5.1.4" /> <PackageReference Include="Volo.Abp.BackgroundJobs.Domain.Shared" Version="5.1.4" /> <PackageReference Include="Volo.Abp.AuditLogging.Domain.Shared" Version="5.1.4" /> <PackageReference Include="Volo.Abp.FeatureManagement.Domain.Shared" Version="5.1.4" /> <PackageReference Include="Volo.Abp.PermissionManagement.Domain.Shared" Version="5.1.4" /> <PackageReference Include="Volo.Abp.SettingManagement.Domain.Shared" Version="5.1.4" /> <PackageReference Include="Volo.Abp.BlobStoring.Database.Domain.Shared" Version="5.1.4" /> <PackageReference Include="Volo.Abp.LanguageManagement.Domain.Shared" Version="5.1.4" /> <PackageReference Include="Volo.Saas.Domain.Shared" Version="5.1.4" /> <PackageReference Include="Volo.Abp.TextTemplateManagement.Domain.Shared" Version="5.1.4" /> <PackageReference Include="Volo.Abp.LeptonTheme.Management.Domain.Shared" Version="5.1.4" /> <PackageReference Include="Volo.Abp.Commercial.SuiteTemplates" Version="5.1.4" /> <PackageReference Include="Volo.Abp.GlobalFeatures" Version="5.1.4" />
Al the csproj files has the new version but when i restore de nuget package he is Unable to find package from abp with version 5.1.4
-
0
Can you use dotnet cli to resotre and build?
dotnet restore dotnet build
-
0
I use visul studio to build en restore. It is working now. Why is a mystery because i didn't change it. Maybe he could not found the good nuget package url or something. Thanks for the support..