-
Notifications
You must be signed in to change notification settings - Fork 132
[main] Update dependencies from dotnet/arcade #936
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[main] Update dependencies from dotnet/arcade #936
Conversation
@tmat pinging you here as a notice that the changes that are being flown-in with this Maestro PR are also affecting the #933 PR. Specifically:
I would guess the best course of action would be to update |
I tried to update I get the following error though:
|
Those packages are coming from the You can always find these assets yourself through the Darc CL tool -> https://github.com/dotnet/arcade/blob/main/Documentation/Darc.md For example, here is how I found which NuGet feed is missing: darc get-asset --name "Microsoft.AspNetCore.App.Runtime.win-x64" --version "8.0.0-alpha.1.23058.7" --max-age 60 with the output:
|
Shouldn't Arcade automatically update nuget.config and add the right feed when bumping to new .NET version? Seems like the goals is to automate bumping versions as much as possible. While setting |
e2540ad
to
3f185ab
Compare
Arcade does not update any set of feeds except for stable package dependency flow. |
@tmat Is the netcoreapp3.1 target still intended in this repo, since it's EOL now? |
@tmat - I apologize for the ping, but would you have any update on the progress for this PR? Or maybe there is something that we can help with to push it further? Thank you! |
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
…105.3 Microsoft.DotNet.Arcade.Sdk From Version 8.0.0-beta.22630.1 -> To Version 8.0.0-beta.23055.3
…108.1 Microsoft.DotNet.Arcade.Sdk From Version 8.0.0-beta.22630.1 -> To Version 8.0.0-beta.23058.1
…113.7 Microsoft.DotNet.Arcade.Sdk From Version 8.0.0-beta.22630.1 -> To Version 8.0.0-beta.23063.7
…117.5 Microsoft.DotNet.Arcade.Sdk From Version 8.0.0-beta.22630.1 -> To Version 8.0.0-beta.23067.5
…127.1 Microsoft.DotNet.Arcade.Sdk From Version 8.0.0-beta.22630.1 -> To Version 8.0.0-beta.23077.1
…203.1 Microsoft.DotNet.Arcade.Sdk From Version 8.0.0-beta.22630.1 -> To Version 8.0.0-beta.23103.1
…210.3 Microsoft.DotNet.Arcade.Sdk From Version 8.0.0-beta.22630.1 -> To Version 8.0.0-beta.23110.3
…218.1 Microsoft.DotNet.Arcade.Sdk From Version 8.0.0-beta.22630.1 -> To Version 8.0.0-beta.23118.1
863a7a6
to
e7788ce
Compare
@oleksandr-didyk @mmitche Seems to be mostly working now. Some source build issue. |
The failure happens both in normal and source-build and seems to be related to this change -> The TFM default var is probably wrong - instead of |
@oleksandr-didyk Oh, thanks! Fixing. |
This pull request updates the following dependencies
From https://github.com/dotnet/arcade