1

We do our versioning based on the year,month and day. We are constantly updating the versions because we use the libraries in nuget packages and we need to be able to differentiate between versions.

I am getting the warning :

Dependency specified was Project.Public >= 2017.* but ended up with Project.Public 2017.2.22-a. Project.ClientTest D:\path\project.json

The application still works fine but I am sure this version mismatch could cause issues down the road.

How do I fix my project.json so I do not get this warning?

marc_s
  • 732,580
  • 175
  • 1,330
  • 1,459
Daniel Cumings
  • 863
  • 8
  • 14
  • After a little more research it looks like this should work: https://learn.microsoft.com/en-us/nuget/consume-packages/dependency-resolution#floating-versions I am wondering if the warning is just a false positive. – Daniel Cumings Feb 22 '17 at 17:41

0 Answers0