dotnet-installer/eng
Jonathan Peppers 4356fe6410 Update MAUI GA manifests
This partially reverts c365b60b, and adds MAUI 6.0.300 manifests to
the .NET 7 SDK.

After `.\build.cmd -pack -publish`, manually tested the workloads:

    > .\bin\redist\Debug\dotnet\dotnet.exe workload install android --skip-manifest-update
    Installing pack Microsoft.Android.Sdk version 32.0.301...

I could `dotnet new android` and the app would build & run using:

    ~\.nuget\packages\microsoft.netcore.app.runtime.mono.android-arm64\6.0.5\runtimes\android-arm64\native\libmonosgen-2.0.so

Next, I installed `artifacts\packages\Debug\Shipping\dotnet-sdk-7.0.100-dev-win-x64.exe`
and installed the `maui` workload:

    > dotnet workload install maui --skip-manifest-update
    Skipping NuGet package signature verification.
    ...
    Successfully installed workload(s) maui.

After this I could still open Visual Studio, create MAUI projects, and
build/run them.

In a future PR, we can update the SDK use .NET 7 workloads. We are
still working on getting every platform & pack under MAUI over to .NET 7.
2022-05-24 14:26:27 -05:00
..
BuildConfiguration
common Update dependencies from https://github.com/dotnet/arcade build 20220511.14 (#13831) 2022-05-13 05:53:38 +00:00
docker [release/6.0.1xx] Update dependencies from dotnet/sdk (#12219) 2021-10-04 13:15:14 +00:00
_prettyprint.sh
Build.props
build.yml Changes for internal runtime build support for .NET 6 (#11422) 2021-08-06 13:54:33 -07:00
configure-toolset.ps1
configure-toolset.sh
CopyToLatest.cmd
core-sdk-build-env.sh remove unused env var 2021-09-12 16:24:08 -04:00
core-sdk-test-env.bat remove unused env var 2021-09-12 16:24:08 -04:00
core-sdk-test-env.sh remove unused env var 2021-09-12 16:24:08 -04:00
dockerrun.ps1
dockerrun.sh Changes for internal runtime build support for .NET 6 (#11422) 2021-08-06 13:54:33 -07:00
Key.snk
ManualVersions.props Windows SDK projection update (#13613) 2022-04-13 07:58:28 -07:00
native.proj
Publishing.props
restore-toolset.ps1 remove unused env var 2021-09-12 16:24:08 -04:00
restore-toolset.sh
sdl-tsa-vars.config
SignCheckExclusionsFile.txt [release/5.0.4xx] Add sign check exclusions for non-shipping files (#11845) 2021-09-02 12:16:55 -07:00
Signing.props Update files that should not be signed (#11810) (#11819) 2021-09-02 00:18:20 +00:00
source-build-tarball-build-official.yml Update 6.0.2xx with the current state of 1xx (#13244) 2022-03-04 20:43:03 -06:00
source-build-tarball-build.yml [automated] Merge branch 'release/6.0.2xx' => 'release/6.0.3xx' (#13461) (#13469) 2022-03-28 09:15:59 -07:00
SourceBuild.props
SourceBuildPrebuiltBaseline.xml
TestVersions.props
version.csproj
Version.Details.xml Update dependencies from https://github.com/dotnet/sdk build 20220523.27 2022-05-24 05:06:56 +00:00
Versions.props Update MAUI GA manifests 2022-05-24 14:26:27 -05:00