-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bumping dependencies version numbers
- Loading branch information
1 parent
92eca47
commit 70ee9a7
Showing
1 changed file
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
70ee9a7
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @sebastienros - trying this locally with just the regular nuget feed (https://api.nuget.org/v3/index.json), I get:
If I add nuget + https://www.myget.org/F/aspnetvnext/ I get:
If I instead reset the cache and add nuget + https://www.myget.org/F/dotnet-coreclr/api/v3/index.json I get:
If I reset the cache and add all 3, I get:
I'm not sure which set of errors I should prefer!
Basically, as an external non-MS person, what am I missing about how to build this? Because: it doesn't seem to work. If I can't figure it out, I'll have to revert the commit.
70ee9a7
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe it's because I am using the latest CLI ... I will ask the experts.
70ee9a7
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am sorry, the change I made is only compatible with rc2. Which means it also depends on using
netstandard1.3
in your case.These packages are not yet on nuget.org as a matter of fact.
70ee9a7
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
70ee9a7
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Rollback. My mistake, I am very sorry I didn't think about it, using rc2 only for the past month now I hadn't thought about it. And I had to apply these changes on my library to override your own versions.
What I can do is work on a branch with everything for RC2, that you can try and merge when you want to.
70ee9a7
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
70ee9a7
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reverted for now: 99e3287
The change is very much appreciated - just... it breaks everything right now!