Skip to content

Commit 99523fe

Browse files
[build] use dotnet/runtime packs from the ".NET 6 MAUI" channel (#6542)
Changes: dotnet/runtime@4822e3c...3992fc3 We are in a situation where: 1. .NET MAUI is still in preview. 2. We need dotnet/runtime fixes for MAUI, but we don't necessarily want all fixes going into .NET 6 service releases. Since we are relying on optional workload packs from dotnet/runtime anyway, we can simply use "different" builds. An initial set of builds is coming from the ".NET 6 MAUI" channel on Maestro. To update, we will need to drop the `CoherentParentDependency` for dotnet/runtime. After this change goes in, I can configure a subscription to update daily/weekly, or whichever we decide is best.
1 parent c96d9f4 commit 99523fe

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

eng/Version.Details.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
<Uri>https://github.com/dotnet/linker</Uri>
99
<Sha>d0662ed8db919642177ddfd06a1c33895a69015f</Sha>
1010
</Dependency>
11-
<Dependency Name="Microsoft.NETCore.App.Ref" Version="6.0.0" CoherentParentDependency="Microsoft.Dotnet.Sdk.Internal">
11+
<Dependency Name="Microsoft.NETCore.App.Ref" Version="6.0.1-mauipre.1.21602.7">
1212
<Uri>https://github.com/dotnet/runtime</Uri>
13-
<Sha>4822e3c3aa77eb82b2fb33c9321f923cf11ddde6</Sha>
13+
<Sha>3992fc3841133e15ad322842d35adb8c249a824f</Sha>
1414
</Dependency>
1515
</ProductDependencies>
1616
<ToolsetDependencies>

eng/Versions.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<MicrosoftNETILLinkTasksPackageVersion>6.0.100-1.21519.4</MicrosoftNETILLinkTasksPackageVersion>
66
<MicrosoftDotNetApiCompatPackageVersion>5.0.0-beta.20181.7</MicrosoftDotNetApiCompatPackageVersion>
77
<MicrosoftDotNetBuildTasksFeedPackageVersion>6.0.0-beta.21212.6</MicrosoftDotNetBuildTasksFeedPackageVersion>
8-
<MicrosoftNETCoreAppRefPackageVersion>6.0.0</MicrosoftNETCoreAppRefPackageVersion>
8+
<MicrosoftNETCoreAppRefPackageVersion>6.0.1-mauipre.1.21602.7</MicrosoftNETCoreAppRefPackageVersion>
99
</PropertyGroup>
1010
<PropertyGroup>
1111
<!-- NOTE: temporarily hardcode 6.0.100, until we have new branding on dotnet/runtime packs -->

0 commit comments

Comments
 (0)