-
Notifications
You must be signed in to change notification settings - Fork 803
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
Default to .NET9 #17426
Default to .NET9 #17426
Conversation
|
@dotnet/source-build-internal folks, now when I have updated to net9 by default, it seems that SB is failing with
Do you happen to know what's wrong from the top of your head, before I started digging deeper? Is it arcade version/channel? |
Ok, updating arcade fixed this particular issue, but now I'm getting new prebuilts:
@dotnet/source-build-internal @ViktorHofer maybe you folks know if I should add them to baseline, or shall those be fixed elsewhere? |
You need to update the Version.Details.xml entries as well. |
Thanks, will check it out, not sure we have them explicitly already. |
It might be sufficient to just bump this one: https://github.com/vzarytovskii/fsharp/blob/cf25ed0d0a774f663ae024b984c188aa951688c0/eng/Version.Details.xml#L45-L48 and remove the xliff entries. |
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="1.0.0-beta.23475.1" | ||
CoherentParentDependency="Microsoft.DotNet.Arcade.Sdk"> | ||
<Uri>https://github.com/dotnet/xliff-tasks</Uri> | ||
<Sha>73f0850939d96131c28cf6ea6ee5aacb4da0083a</Sha> | ||
</Dependency> | ||
<!-- Intermediate is necessary for source build. --> | ||
<Dependency Name="Microsoft.SourceBuild.Intermediate.xliff-tasks" Version="1.0.0-beta.23475.1" CoherentParentDependency="Microsoft.DotNet.Arcade.Sdk"> | ||
<Dependency Name="Microsoft.SourceBuild.Intermediate.xliff-tasks" Version="1.0.0-beta.23475.1"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You added xliff-tasks back, maybe by accident?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah, probably copied from roslyn by accident. Will remove it later.
If it's green, I'm going to merge it + prepare 17.12 and insertions, so we have a chance of having a build today. |
No description provided.