-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Update to the RTM build of runtime. #51660
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
…xx branch build of all the tooling repos.
|
@tmat last run had a failure in a single watch test. This PR is a bit of a darc mess as it's hard to update only the runtime anymore because of the VMR so it's possible I mismerged something. Can you take a look? Microsoft.DotNet.Watch.UnitTests.EvaluationTests.Microsoft.DotNet.Watch.UnitTests.EvaluationTests.FSharpProjectDependency |
|
Looking |
|
Looks like F# package 11.0.0-alpha1.25556.1 isn't available, which makes sense for 10.0 branch. |
Removed F# compiler package version from properties.
|
@tmat I assume that is determined by Microsoft.Fsharp.Compiler (as I don't see any direct fsharp.core versions in the repo)? I currently see MicrosoftFSharpCompilerPackageVersion as a 15.0.0-alpha version added by darc but I also see a 15.0.200 version. I'll just delete the extra fsharp version that seemed to get added to see if that fixes it. |
Manually update to the matching 2xx branch build of all the tooling repos.
I updated to the GA build and then updated to the current dotnet/dotnet 2xx branch barid for all of the tooling repos listed here:
https://github.com/dotnet/dotnet/blob/release/10.0.2xx/src/source-manifest.json
I updated to a newer roslyn that's currently in PR.