Nuget in Visual Studio 2015 ignores allowedVersions? -


i have mvc5 project uses jquery, included through nuget package manager.
want keep project on 1.x branch.
done using allowedversions attribute in packages.config:

<package id="jquery" version="1.11.1" targetframework="net45" allowedversions="[1.10.2, 2.0.0)" /> 

since switched vs 2015, ignored, nuget suggests 2.1.4 (at time of writing) newer version.
tried variations [1.10.2, 2) , [1.1, 2).
bug or newer mechanism used achieve this?

it's been reported here on nuget project:

https://github.com/nuget/home/issues/1094


Comments

Popular posts from this blog

Fail to load namespace Spring Security http://www.springframework.org/security/tags -

sql - MySQL query optimization using coalesce -

unity3d - Unity local avoidance in user created world -