davezych / shience

A .NET port(ish) of Github's Scientist library. (https://github.com/github/scientist)
MIT License
9 stars 1 forks source link

Update dependencies to be consistent with runtime version #34

Closed davezych closed 8 years ago

davezych commented 8 years ago

Commit https://github.com/davezych/shience/commit/4992e8c4575c65be06e82e7ecd5ce51795002477 rolled back the runtime to rc1-update. The dependencies in both the Shience and Test projects are still targeting rc2. We should either move back up to rc2 runtime, or rollback the dependencies in each lib to latest rc1, or, potentially, move up to nightlies and move to the dotnet cli. (this would allow starting to target net platform standard and start on #15).

This all depends on if we really want to stick with stable versions. I'm okay with moving forward, however if it means we have more build/dependency restore issues of course that's not okay.

/cc @MovGP0

MovGP0 commented 8 years ago

i've tried this, but interestingly it somehow works better this way. will take l look into it later.