-
Notifications
You must be signed in to change notification settings - Fork 846
Enable rollforward to enable building on sdk version missmatch #10176
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
Conversation
4cfd823 to
76316e5
Compare
76316e5 to
0de44de
Compare
change to latestFeature
|
Yes, the signing servers (apparently) don't have up to date tools, sadly. @brettfo would know more about if they got updated or not. |
|
Normally I'd be fore just jamming this through for a bit but considering how tight it is with shipping....oof. |
|
Please just install 3.1.402 and leave it be. It's side by side and no big deal, unlike the horror show of marshalling internal builds. |
|
Can this one be tagged "Contributor Pain", please? 🙂 |
|
I also permanently have a |
|
I agree that it sucks. I personally need to always remember to manually adjust my |
|
The big issue here is the internal builds. Let me do a full build/test with this change to see if it behaves. If it works we can merge it. ETA on a full build/test run is ~3 hours. I'll return and report when that's done. |
|
@auduchinok Sure thing, I'll start one of those, too and we'll see what happens. |
|
Both @Daniel-Svensson according to the documentation, I don't know what your comfort level is with git, but you can rewind one commit with |
|
I did a quick update, we'll see if CI is happy |
…t#10176) Co-authored-by: Phillip Carter <pcarter@fastmail.com>
Currently it is not possible to load the solution and build with latest Visual Studio 2019 installed since the dotnet sdk version 3.1.402 is not an exact match of the version in specified in global.json (3.1.302)
This pr sets the rollforward option to enable roll forward of sdk version so never versions can be used so that you can open the solution in VS 2019 16.7.5.