Update to the RTM build of runtime. #51660
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.