• c# LiteDB nuget install package method

    c# LiteDB nuget install package method

    C:\Users\ation\Downloads>nuget install litedb -o "C:\Users\ation\Documents\Visual Studio 2013\Projects\_DLL"
    Feeds used:
    https://www.nuget.org/api/v2/
    
    Installing package 'litedb' to 'C:\Users\ation\Documents\Visual Studio 2013\Projects\_DLL'.
    CACHE https://www.nuget.org/api/v2/FindPackagesById()?id='litedb'&semVerLevel=2.0.0
    
    
    Attempting to gather dependency information for package 'litedb.5.0.2' with respect to project 'C:\Users\ation\Documents\Visual Studio 2013\Projects\_DLL', targeting 'Any,Version=v0.0'
    Gathering dependency information took 26.94 ms
    Attempting to resolve dependencies for package 'litedb.5.0.2' with DependencyBehavior 'Lowest'
    Resolving dependency information took 0 ms
    Resolving actions to install package 'litedb.5.0.2'
    Resolved actions to install package 'litedb.5.0.2'
    Retrieving package 'LiteDB 5.0.2' from 'nuget.org'.
    Adding package 'LiteDB.5.0.2' to folder 'C:\Users\ation\Documents\Visual Studio 2013\Projects\_DLL'
    Added package 'LiteDB.5.0.2' to folder 'C:\Users\ation\Documents\Visual Studio 2013\Projects\_DLL'
    Successfully installed 'LiteDB 5.0.2' to C:\Users\ation\Documents\Visual Studio 2013\Projects\_DLL
    Executing nuget actions took 125.12 ms

    c# nuget Lite DB install