You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem?
1. Install the 1.0.0-beta4-11134 vnext runtime
2. Create a project and include NodaTime.Serialization.JsonNet as a dependency
3. Run "kpm restore" on your project.
What is the expected output? What do you see instead?
Expect to be able to build. Instead see error:
Unable to locate newtonsoft.json >= 4.5.11. Do you mean Newtonsoft.Json?
Please provide any additional information below.
Before recent builds of the k-runtime, this message WAS still emitted, but did
not seem to break the build system. Now, however, this prevents the
project.lock.json file from being written, which breaks the entire build system.
Manually editing the nuspec file to replace "newtonsoft.json" with
"Newtonsoft.Json" completely eliminates the problem.
I suspect when npm was replaced with kpm, the rules on case matching were
tightened up, perhaps in anticipation of multi-platform build support.
Original issue reported on code.google.com by cherry...@gmail.com on 25 Feb 2015 at 12:12
The text was updated successfully, but these errors were encountered:
Thanks very much for spotting this. I've applied it in the 1.3.x and default
branches; we're hoping to cut a 1.3.1 release in the next week, so it should
stop being a problem then.
Original comment by jonathan.skeet on 25 Feb 2015 at 6:47
Original issue reported on code.google.com by
cherry...@gmail.com
on 25 Feb 2015 at 12:12The text was updated successfully, but these errors were encountered: