Base solution for your next web application
Open Closed

Have old Nuget Abp versions been removed #850


User avatar
0
acrigney created

Hi Guys, I have the abp framework being built using visual studio team services now and I just noticed that my builds are failing as it seems that my Abp 0.7.3.0 version has been removed from nuget? I had planned to upgrade before but the upgrade of all of my projects was not compatible as I had some web sites that would not upgrade due to incompatibilities. Did you remove the old versions? Can we keep them?

Best Regards, Alistair


3 Answer(s)
  • User Avatar
    0
    hikalkan created
    Support Team

    No didn't. It's here: <a class="postlink" href="https://www.nuget.org/packages/Abp/0.7.3">https://www.nuget.org/packages/Abp/0.7.3</a>

  • User Avatar
    0
    acrigney created

    Sorry mate I forgot to check that it just didn't come u[ when I ran this.

    PM> Get-Package -ListAvailable -Filter Abp -AllVersions

    Id Version Description/Release Notes


    Abp 0.8.2.0 ASP.NET Boilerplate core package.
    Abp.Application 0.3.2.0 IMPORTANT: This package is not used anymore. Use <a class="postlink" href="https://www.nuget.org..">https://www.nuget.org..</a>. Abp.AutoMapper 0.8.2.0 AutoMapper integration package for ASP.NET Boilerplate.
    Abp.EntityFramework 0.8.2.0 EntityFramework integration package for ASP.NET Boilerplate.
    Abp.FluentMigrator 0.8.2.0 FluentMigrator package for ASP.NET Boilerplate
    Abp.HangFire 0.8.2.0 HangFire integration package for ASP.NET Boilerplate.
    Abp.Infrastructure.EntityFr... 0.3.2.0 IMPORTANT: This package is not used anymore. Use <a class="postlink" href="https://www.nuget.org..">https://www.nuget.org..</a>. Abp.Infrastructure.NHibernate 0.3.2.0 IMPORTANT: This package is not used anymore. Use <a class="postlink" href="https://www.nuget.org..">https://www.nuget.org..</a>. Abp.Modules.Core 0.3.2.0 ASP.NET Boilerplate - Core Module
    Abp.Modules.Core.Application 0.3.2.0 ASP.NET Boilerplate - Core Module - Application Layer
    Abp.Modules.Core.Infrastruc... 0.3.2.0 ASP.NET Boilerplate - Core Module - Infrastructure - EntityFramework
    Abp.Modules.Core.Infrastruc... 0.3.2.0 ASP.NET Boilerplate - Core Module - Infrastructure - NHibernate
    Abp.Modules.Core.Web 0.3.2.0 ASP.NET Boilerplate - Core Module - Web Layer
    Abp.Modules.Core.Web.Api 0.3.2.0 ASP.NET Boilerplate - Core Module - Web Api Layer
    Abp.Modules.Core.Web.Mvc 0.3.2.0 ASP.NET Boilerplate - Core Module - MVC
    Abp.NHibernate 0.8.2.0 NHibernate integration package for ASP.NET Boilerplate.
    Abp.Owin 0.8.2.0 OWIN integration package for ASP.NET Boilerplate.
    Abp.RedisCache 0.8.2.0 Redis Cache integration package for ASP.NET Boilerplate
    Abp.Samples.Blog.Application 0.3.0.2 A sample blog module for ASP.NET Boilerplate.
    Abp.Samples.Blog.Core 0.3.0.2 A sample blog module for ASP.NET Boilerplate.
    Abp.Samples.Blog.EntityFram... 0.3.0.2 A sample blog module for ASP.NET Boilerplate.
    Abp.Samples.Blog.Web 0.3.0.2 A sample blog module for ASP.NET Boilerplate.
    Abp.TestBase 0.8.2.0 ASP.NET Boilerplate test base. Used to build unit/integration tests fo... Abp.Web 0.8.2.0 Web package for ASP.NET Boilerplate.
    Abp.Web.Api 0.8.2.0 ASP.NET Web API integration package for ASP.NET Boilerplate.
    Abp.Web.Api.OData 0.8.2.0 ASP.NET Web API - OData integration package for ASP.NET Boilerplate.
    Abp.Web.Mvc 0.8.2.0 ASP.NET MVC integration package for ASP.NET Boilerplate.
    Abp.Web.Resources 0.8.2.0 This package contains resources (xml, js and css files) needed for ASP... Abp.Web.SignalR 0.8.2.0 SignalR integration package for ASP.NET Boilerplate.
    Abp.Zero 0.8.2.0 ASP.NET Boilerplate - Module Zero. Implements tenant, role, user and s... Abp.Zero.EntityFramework 0.8.2.0 ASP.NET Boilerplate - Module Zero - EntityFramework.
    Abp.Zero.Ldap 0.8.2.0 ASP.NET Boilerplate - Module Zero - LDAP (Active Directory) Integration. Abp.Zero.NHibernate 0.8.2.0 ASP.NET Boilerplate - Module Zero - NHibernate Integration.
    OneWork.AbpApplication 1.0.0.1 Description
    OneWork.AbpWebMvc 1.0.0.2 Description

  • User Avatar
    0
    acrigney created

    Sorry the problem was that I was not getting the nuget restore to work properly in Visual Studio Team Services. If the packages folder is present OR Even if you have one pending to checkin (i.e not actually checked in) then nuget restore will not restore. And you should not have a Nuget.Targets file and packages.config in your .nuget folder.

    I updated all of my projects to .net 4.6.1 and updated all packages to the latest code and its all working really great, thanks very much!!