Context: https://github.com/dotnet/maui/pull/603
After building with `.\build.cmd -pack -publish`, I could install the
workload:
.\artifacts\bin\redist\Debug\dotnet\dotnet.exe workload install maui --verbosity diag
...
Successfully installed workload(s) maui.
Next, I setup a `global.json` with `6.0.100-dev` and tried:
.\artifacts\bin\redist\Debug\dotnet\dotnet.exe new maui
I was able to build and run the app, after some minor tweaks to the
template.
- Coherency Updates:
- Microsoft.WindowsDesktop.App: from 5.0.8-servicing.21315.2 to 5.0.8-servicing.21315.11 (parent: Microsoft.NET.Sdk)
- Microsoft.WindowsDesktop.App.Runtime.win-x64: from 5.0.8 to 5.0.8 (parent: Microsoft.NET.Sdk)
- Microsoft.Dotnet.WinForms.ProjectTemplates: from 5.0.8-servicing.21314.7 to 5.0.8-servicing.21315.4 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64)
- Microsoft.WindowsDesktop.App.Runtime.win-x64: from 5.0.8 to 5.0.8 (parent: Microsoft.NET.Sdk)
- Microsoft.DotNet.Wpf.ProjectTemplates: from 5.0.8-servicing.21314.11 to 5.0.8-servicing.21315.6 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64)
- Coherency Updates:
- VS.Redist.Common.AspNetCore.SharedFramework.x64.5.0: from 5.0.8-servicing.21315.3 to 5.0.8-servicing.21315.17 (parent: Microsoft.NET.Sdk)
- Microsoft.AspNetCore.App.Runtime.win-x64: from 5.0.8 to 5.0.8 (parent: Microsoft.NET.Sdk)
- Microsoft.EntityFrameworkCore: from 5.0.8 to 5.0.8 (parent: Microsoft.AspNetCore.App.Runtime.win-x64)
- dotnet-dev-certs: from 5.0.8-servicing.21315.3 to 5.0.8-servicing.21315.17 (parent: Microsoft.NET.Sdk)
- dotnet-user-secrets: from 5.0.8-servicing.21315.3 to 5.0.8-servicing.21315.17 (parent: Microsoft.NET.Sdk)
- Coherency Updates:
- Microsoft.NETCore.App.Internal: from 5.0.8-servicing.21314.8 to 5.0.8-servicing.21315.4 (parent: Microsoft.NET.Sdk)
- Microsoft.NETCore.App.Runtime.win-x64: from 5.0.8 to 5.0.8 (parent: Microsoft.NET.Sdk)
- Microsoft.NETCore.App.Host.win-x64: from 5.0.8 to 5.0.8 (parent: Microsoft.NET.Sdk)
- Microsoft.NETCore.DotNetHostResolver: from 5.0.8 to 5.0.8 (parent: Microsoft.NET.Sdk)
- Coherency Updates:
- Microsoft.WindowsDesktop.App: from 5.0.8-servicing.21314.6 to 5.0.8-servicing.21315.2 (parent: Microsoft.NET.Sdk)
- VS.Redist.Common.AspNetCore.SharedFramework.x64.5.0: from 5.0.7-servicing.21263.9 to 5.0.8-servicing.21315.3 (parent: Microsoft.NET.Sdk)
- Microsoft.AspNetCore.App.Runtime.win-x64: from 5.0.7 to 5.0.8 (parent: Microsoft.NET.Sdk)
- Microsoft.EntityFrameworkCore: from 5.0.7 to 5.0.8 (parent: Microsoft.AspNetCore.App.Runtime.win-x64)
- dotnet-dev-certs: from 5.0.7-servicing.21263.9 to 5.0.8-servicing.21315.3 (parent: Microsoft.NET.Sdk)
- dotnet-user-secrets: from 5.0.7-servicing.21263.9 to 5.0.8-servicing.21315.3 (parent: Microsoft.NET.Sdk)
- Microsoft.WindowsDesktop.App.Runtime.win-x64: from 5.0.8 to 5.0.8 (parent: Microsoft.NET.Sdk)
- Microsoft.Dotnet.WinForms.ProjectTemplates: from 5.0.8-servicing.21314.2 to 5.0.8-servicing.21314.7 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64)
- Microsoft.WindowsDesktop.App.Runtime.win-x64: from 5.0.8 to 5.0.8 (parent: Microsoft.NET.Sdk)
- Microsoft.DotNet.Wpf.ProjectTemplates: from 5.0.8-servicing.21314.6 to 5.0.8-servicing.21314.11 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64)
This is a cherry-pick of https://github.com/dotnet/installer/pull/10699 (which targets the public Installer repo, branch release/5.0.3xx) to the internal Installer repo, branch internal/release/5.0.3xx.
The public PR has been approved for 5.0.8 servicing.
[main] Update dependencies from dotnet/arcade
- Coherency Updates:
- Microsoft.SourceLink.GitHub: from 1.1.0-beta-21228-01 to 1.1.0-beta-21309-01 (parent: Microsoft.DotNet.Arcade.Sdk)
- XliffTasks: from 1.0.0-beta.21303.1 to 1.0.0-beta.21305.1 (parent: Microsoft.DotNet.Arcade.Sdk)