-
Notifications
You must be signed in to change notification settings - Fork 789
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
use 5.0 sdk #10179
use 5.0 sdk #10179
Conversation
Luckily, it won't remain that way for long. |
CI runs are failing on the assembly verifier calling I'll experiment a bit to see what's happening. |
@brettfo the PE file clrheader is corrupt, I will see if I can figure out why. |
Do I get it right that it's only about the CI and VisualFSharp.sln, so FSharp.sln and FSharp.Compiler.Service.sln are going to be fine with |
This is probably not a good thing, main branch needs to build on the RTM release ... this will require the preview release. ##vsotask.logissue type=error Developer Command Prompt for VS 16.0 is not recent enough. Please upgrade to 16.8 or build from a plain CMD window |
@KevinRansom this change will require 16.8 preview to be installed on developer boxes and it should work on CI; I modeled |
If VS is not used, then yes. It would require the .NET 5 SDK though. |
The most recent updates should support 16.8. |
178891e
to
5a33b79
Compare
fecfb6e
to
35c22a9
Compare
5d9306a
to
2e36ab2
Compare
Now that dotnet/runtime#40864 is fixed, we can directly consume the 5.0 SDK.
tl;dr
VS 16.8 is now required to build.
Long version
The 5.0 SDK requires MSBuild 16.8 which requires VS 16.8. The internal VMs have been updated.
Local run of
.\build.cmd -testVs
passes.Internal build has passed.