-
Notifications
You must be signed in to change notification settings - Fork 60
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
Update Newtonsoft 13.0.1 referenced to 13.0.3 #805
Update Newtonsoft 13.0.1 referenced to 13.0.3 #805
Conversation
FYI, in 9.0 we now have a check to fail online builds if they have prebuilts. This would have caught this. |
The failure says there's still a Newtonsoft.Json/13.0.1 in the dependency graph. Do you need help with identifying the project that brings it in? The project.assets.json file should tell. |
This is a nuget restore source issue in online builds, not a problem with the actual SBRP packages. This wouldn't be an issue if we have proper project dependencies and no n-1 SBRP packages around. |
Co-authored-by: Viktor Hofer <[email protected]>
/backport to main |
Started backporting to main: https://github.com/dotnet/source-build-reference-packages/actions/runs/6772550820 |
Update Newtonsoft 13.0.1 referenced to 13.0.3 to prevent online only prebuilts. This is fallout from dotnet/source-build-externals#195.