How to install OLD package

  1. #1

    [Solved] How to install OLD package

    Hi all,
    it's possible to install the OLD Ext.Net Package - Version 2.5.3.1(*) in a new Visual Studio Project using NuGet Package Manager? How?

    If it's not possible: without NuGet Package Manager? How?

    Thanks



    (*) or latest 2.x
    Last edited by thece; Jul 06, 2015 at 7:31 PM.
  2. #2
    Hi, using Package Manager Console:

    > Install-Package Ext.Net -version 2.5
  3. #3
    Thanks

    Still a little question:

    Install-Package Ext.Net -version 2.5
    the command above installed the 2.5.0 version, not the latest 2.x version (2.5.3.1 ?). It's possible to update the project to the latest 2.x version? How?

    Update-Package Ext.Net -version 2.5.3.1
    It's the correct command?
  4. #4
    Because I'm at the beginning of the project, I created a new Visual Studio Project. According to this page

    LINK

    I installed Ext.Net - version 2.5.3.1 (at the moment the latest 2.x version) with the command

    Install-Package Ext.NET -Version 2.5.3.1
    Thanks
  5. #5
    Good to see you've worked it out :)

Similar Threads

  1. [CLOSED] Install Ext version 2.x using NuGet Package Manager
    By opacjkt in forum 2.x Legacy Premium Help
    Replies: 2
    Last Post: Feb 04, 2015, 10:55 AM
  2. Install from nuget package
    By tenkyu in forum 2.x Help
    Replies: 4
    Last Post: Feb 27, 2013, 7:31 AM
  3. 2.1.1 NuGet Package MVC Problem
    By David Pelaez in forum 2.x Help
    Replies: 1
    Last Post: Jan 11, 2013, 11:16 PM
  4. Possible NuGet package issue
    By Stijn in forum 2.x Help
    Replies: 4
    Last Post: Nov 28, 2012, 10:21 PM

Posting Permissions