Nuget Requiring Version with 4 numbers won't Accept version with 3
up vote
0
down vote
favorite
I have nuspec that contains the following:
<dependency id="MyNamespace.Configuration.Contracts" version="[1.3.3.1,2.0.0.0)" />
I try to update MyNamespace.Configuration.Contracts to version 1.4.1 and I get the following error:
Unable to resolve dependencies. 'CMyNamespace.Configuration.Contracts
1.4.1' is not compatible with 'MyProject 4.0.1.5 constraint: MyNamespace.Configuration.Contracts (>= 1.3.3.1 && < 2.0.0)'
Any idea why this is happening? 1.4.1 is in between 1.3.3.1 and 2.0.0?
nuget version nuget-package-restore nuget-spec
add a comment |
up vote
0
down vote
favorite
I have nuspec that contains the following:
<dependency id="MyNamespace.Configuration.Contracts" version="[1.3.3.1,2.0.0.0)" />
I try to update MyNamespace.Configuration.Contracts to version 1.4.1 and I get the following error:
Unable to resolve dependencies. 'CMyNamespace.Configuration.Contracts
1.4.1' is not compatible with 'MyProject 4.0.1.5 constraint: MyNamespace.Configuration.Contracts (>= 1.3.3.1 && < 2.0.0)'
Any idea why this is happening? 1.4.1 is in between 1.3.3.1 and 2.0.0?
nuget version nuget-package-restore nuget-spec
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I have nuspec that contains the following:
<dependency id="MyNamespace.Configuration.Contracts" version="[1.3.3.1,2.0.0.0)" />
I try to update MyNamespace.Configuration.Contracts to version 1.4.1 and I get the following error:
Unable to resolve dependencies. 'CMyNamespace.Configuration.Contracts
1.4.1' is not compatible with 'MyProject 4.0.1.5 constraint: MyNamespace.Configuration.Contracts (>= 1.3.3.1 && < 2.0.0)'
Any idea why this is happening? 1.4.1 is in between 1.3.3.1 and 2.0.0?
nuget version nuget-package-restore nuget-spec
I have nuspec that contains the following:
<dependency id="MyNamespace.Configuration.Contracts" version="[1.3.3.1,2.0.0.0)" />
I try to update MyNamespace.Configuration.Contracts to version 1.4.1 and I get the following error:
Unable to resolve dependencies. 'CMyNamespace.Configuration.Contracts
1.4.1' is not compatible with 'MyProject 4.0.1.5 constraint: MyNamespace.Configuration.Contracts (>= 1.3.3.1 && < 2.0.0)'
Any idea why this is happening? 1.4.1 is in between 1.3.3.1 and 2.0.0?
nuget version nuget-package-restore nuget-spec
nuget version nuget-package-restore nuget-spec
asked 2 days ago
Rafi
1,24711525
1,24711525
add a comment |
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53225169%2fnuget-requiring-version-with-4-numbers-wont-accept-version-with-3%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password