-
Notifications
You must be signed in to change notification settings - Fork 152
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
package downgrade caused by v2.17.8 #980
Comments
Whoa. I didn't think we'd be possible of introducing package downgrade warnings at this level, but it appears you're right. Thanks for reporting. |
In the meantime, you can always workaround it by adding a PackageReference to the newer versioned package directly to your project file. |
in our case we're not in a rush to get the newer version, we'll just wait for the next one. I was simply reporting this so the problem gets addressed. |
I think this is the crux of the issue, actually. It comes from your build log:
It seems a version of Microsoft.VisualStudio.Threading is missing from nuget.org. Pushing that version will probably fix your build. |
Apparently we tried to push that missing package yesterday, but nuget.org rejected it. We're pursuing mitigations. |
This should be resolved. Can you please confirm, @baywet? |
Yes it now works. Thanks for the help. Closing. |
Hi everyone,
Upgrading to 2.17.8 causes package downgrade warnings.
See this example.
I believe merging #967 and #965 should fix this.
The text was updated successfully, but these errors were encountered: