-
Notifications
You must be signed in to change notification settings - Fork 132
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
Newtonsoft.Json version mismatch in stage 2 for release/8.0.1xx #3629
Comments
I couldn't figure out the best area label to add to this issue. If you have write-permissions please help me learn by adding exactly one area label. |
@mthalman - Have you encountered this with your work to upgrade all repos to Newtonsoft 13.0.3? Is this something you have already fixed? |
@tmds - Can you provide a binlog? I see that runtime still has a reference to 13.0.1 but in our CI build, it's not attempting to load that version. |
Even though Microsoft.NETCore.App has a reference to 13.0.1 it still uses 13.0.3 because Microsoft.NETCore.App also has a dependency on NuGet.Packaging.6.8.0-rc.32767 which has a dependency on 13.0.3. That's why our CI build hasn't ran into this. @tmds - It's not clear why your build is behaving differently. A binlog should provide clarity there. |
My stage 2 build is now failing due to #3630. |
I no longer see this issue on the stage 2 build, and the issue that I reported here also no longer reproduces. |
When building stage 2 for release/8.0.1xx, our CI is failing to build runtime due to a Newtonsoft.Json version mismatch:
The artifacts tarball from the stage 1 build contains 13.0.3, but the build prefers to have 13.0.1.
cc @MichaelSimons @mthalman @omajid
The text was updated successfully, but these errors were encountered: