[main] Update dependencies from dotnet/sdk#9395
Conversation
Microsoft.NET.Sdk From Version 9.0.100-rtm.24512.1 -> To Version 10.0.100-alpha.1.24510.13
jonathanpeppers
left a comment
There was a problem hiding this comment.
This is WIP for testing .NET 10 builds. We shouldn't merge until we've branched for .NET 9 GA.
Microsoft.NET.Sdk From Version 10.0.100-alpha.1.24510.13 -> To Version 10.0.100-alpha.1.24524.9 Dependency coherency updates Microsoft.NETCore.App.Ref,Microsoft.NET.Workload.Emscripten.Current.Manifest-10.0.100.Transport,Microsoft.NET.ILLink.Tasks,Microsoft.DotNet.Cecil From Version 10.0.0-alpha.1.24507.22 -> To Version 10.0.0-alpha.1.24523.5 (parent: Microsoft.NET.Sdk
Looking up build with BAR id 243767 Updating 'Microsoft.Android.Sdk.Windows': '34.0.145' => '35.0.7' (from build '9.0.1xx-278e101698269c9bc8840aa94d72e7f24066a96d-1' of 'https://github.com/dotnet/android') Checking for coherency updates... Local dependencies updated based on build with BAR id 243767 (9.0.1xx-278e101698269c9bc8840aa94d72e7f24066a96d-1 from https://github.com/dotnet/android@release/9.0.1xx)
They are missing here: * https://dev.azure.com/dnceng/public/_artifacts/feed/dotnet10
Fixes the error:
error NETSDK1045: The current .NET SDK does not support targeting .NET 9.0.
Microsoft.NET.Sdk From Version 9.0.100-rtm.24512.1 -> To Version 10.0.100-alpha.1.24553.6 Dependency coherency updates Microsoft.NETCore.App.Ref,Microsoft.NET.Workload.Emscripten.Current.Manifest-10.0.100.Transport,Microsoft.NET.ILLink.Tasks From Version 9.0.0-rtm.24510.3 -> To Version 10.0.0-alpha.1.24552.2 (parent: Microsoft.NET.Sdk
src/Xamarin.Android.Build.Tasks/Microsoft.Android.Sdk/Sdk/AutoImport.props
Outdated
Show resolved
Hide resolved
Microsoft.NET.Sdk From Version 9.0.100-rtm.24512.1 -> To Version 10.0.100-alpha.1.24560.6 Dependency coherency updates Microsoft.NETCore.App.Ref,Microsoft.NET.ILLink.Tasks From Version 9.0.0-rtm.24510.3 -> To Version 10.0.0-alpha.1.24557.1 (parent: Microsoft.NET.Sdk
Microsoft.NET.Sdk From Version 9.0.100-rtm.24512.1 -> To Version 10.0.100-alpha.1.24568.3 Dependency coherency updates Microsoft.NETCore.App.Ref,Microsoft.NET.Workload.Emscripten.Current.Manifest-10.0.100.Transport,Microsoft.NET.ILLink.Tasks From Version 9.0.0-rtm.24510.3 -> To Version 10.0.0-alpha.1.24565.3 (parent: Microsoft.NET.Sdk
Hopefully, avoids the error on `MAUI Integration` lane:
error NU1102: Unable to find package Microsoft.NETCore.App.Ref with version (= 9.0.1)
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
Fixes:
[BT : 1.17.0] error : The app doesn't support ABI architectures of the device. Device ABIs: [x86, armeabi-v7a, armeabi], app ABIs: [arm64-v8a, x86_64]. [/Users/runner/work/1/a/TestRelease/01-09_16.47.28/temp/DotNetInstallAndRunPreviousSdkTrue/UnnamedProject.csproj]
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
Otherwise it gets deleted
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
| <Project Sdk="Microsoft.NET.Sdk"> | ||
| <PropertyGroup> | ||
| <TargetFramework>net9.0-android</TargetFramework> | ||
| <TargetFramework>net10.0-android</TargetFramework> |
There was a problem hiding this comment.
At some point we should auto generate these files so that we don't have to keep updating them.
There was a problem hiding this comment.
I did this for AutoImport.props, but yeah each year we should do a couple. This year had a lot of blockers, though...
|
Hmm it fails with
shouldn't that workload come from this repo? |
|
Commit message: |
The .NET 9 SDK listed in the error won't have It just has "current". When MAUI is on the .NET 10 SDK, I think everything will work. |
|
Ahh ok, yeah that makes sense |
* main: Bump to dotnet/sdk@2d6bc4f67d 10.0.100-alpha.1.25060.8 (#9669) [templates] Default `$(SupportedOSPlatformVersion)=24`. (#9656) Bump to dotnet/sdk@a93a592ce9 10.0.100-alpha.1.25056.1 (#9395) LEGO: Pull request (#9667) [tests] use the 'TestName' property (#9664)

Coherency update: Failed to perform coherency update for one or more dependencies. Please review the GitHub checks or run
darc update-dependencies --coherency-onlylocally against darc-main-714b3296-586d-442c-9958-cb73c20d69cb for more information.Coherency Updates
The following updates ensure that dependencies with a CoherentParentDependency
attribute were produced in a build used as input to the parent dependency's build.
See Dependency Description Format
From https://github.com/dotnet/sdk