[master] Update dependencies from dotnet/sdk#9064
[master] Update dependencies from dotnet/sdk#9064dotnet-maestro[bot] merged 9 commits intomasterfrom
Conversation
Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk From Version 6.0.100-alpha.1.20561.16 -> To Version 6.0.100-alpha.1.20561.17 Dependency coherency updates Microsoft.AspNetCore.App.Ref,Microsoft.AspNetCore.App.Ref.Internal,VS.Redist.Common.AspNetCore.SharedFramework.x64.6.0,Microsoft.EntityFrameworkCore,Microsoft.AspNetCore.App.Runtime.win-x64,dotnet-dev-certs,dotnet-user-secrets,dotnet-watch From Version 6.0.0-alpha.1.20526.6 -> To Version 6.0.0-alpha.1.20561.2 (parent: Microsoft.NET.Sdk
|
@ViktorHofer @jkoritzinsky ... le sigh. |
|
frustrating to say the least. I agree... Who can help with that? cc @dsplaisted and @nkolev92 for the nuget issue. |
|
👀 |
|
I think I got it. Updated to 6.0 SDK and updated the target framework. |
|
@dsplaisted @wli3 Any idea why dotnet tool install is attempting to install a net5.0 compatible SDK test package? ##[error]EXEC(0,0): error NU1202: (NETCORE_ENGINEERING_TELEMETRY=Build) Package testSdkClean 6.0.100-alpha.1.20561.17 is not compatible with net5.0 (.NETCoreApp,Version=v5.0) / any. Package testSdkClean 6.0.100-alpha.1.20561.17 supports: net6.0 (.NETCoreApp,Version=v6.0) / any |
|
Looks like installer itself needs a stage0 update so that it attempts to restore from 6.0...trying to figure out how to make that ahppen. |
…096-36fd-4b94-ba12-5d198a821a27
|
@dsplaisted Apparently the fix was not as I thought. Locally a 6.0 targeting SDK worked but not here. Can you help? |
Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk From Version 6.0.100-alpha.1.20561.16 -> To Version 6.0.100-alpha.1.20563.2 Dependency coherency updates Microsoft.AspNetCore.App.Ref,Microsoft.AspNetCore.App.Ref.Internal,VS.Redist.Common.AspNetCore.SharedFramework.x64.6.0,Microsoft.EntityFrameworkCore,Microsoft.AspNetCore.App.Runtime.win-x64,dotnet-dev-certs,dotnet-user-secrets,dotnet-watch From Version 6.0.0-alpha.1.20526.6 -> To Version 6.0.0-alpha.1.20561.2 (parent: Microsoft.NET.Sdk
|
Is there an ETA on merging this? This is required for getting osx-arm64 layouts working. Thx. |
Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk From Version 6.0.100-alpha.1.20561.16 -> To Version 6.0.100-alpha.1.20566.1 Dependency coherency updates Microsoft.AspNetCore.App.Ref,Microsoft.AspNetCore.App.Ref.Internal,VS.Redist.Common.AspNetCore.SharedFramework.x64.6.0,Microsoft.EntityFrameworkCore,Microsoft.AspNetCore.App.Runtime.win-x64,dotnet-dev-certs,dotnet-user-secrets,dotnet-watch From Version 6.0.0-alpha.1.20526.6 -> To Version 6.0.0-alpha.1.20561.2 (parent: Microsoft.NET.Sdk
|
Also blocking dotnet/aspnetcore's perf testing. @marcpopMSFT - can we prioritize getting this merged asap? |
|
I'll look into this. |
|
for some reason dotnet.dll (from dotnet/sdk) still has assembly attribute [assembly: TargetFramework(".NETCoreApp,Version=v5.0", FrameworkDisplayName = "")] |
|
ah. still stage 0 issue. We use stage 0 to build, build stage 0 use older dotnet.dll. And the new dotnet.dll is part of the payload, so we need to break the cycle. |
|
I'll just disable the tool tests to get a build, and reenable it once it is done. It is not too bad considering we only have the problem once a year @marcpopMSFT @dsplaisted |
|
great, Thanks everyone. |
This pull request updates the following dependencies
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