-
Notifications
You must be signed in to change notification settings - Fork 1.1k
[release/9.0.1xx] Update dependencies from dotnet/arcade #48964
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
[release/9.0.1xx] Update dependencies from dotnet/arcade #48964
Conversation
…513.5 Microsoft.SourceBuild.Intermediate.arcade , Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Build.Tasks.Installers , Microsoft.DotNet.Helix.Sdk , Microsoft.DotNet.SignTool , Microsoft.DotNet.XliffTasks , Microsoft.DotNet.XUnitExtensions From Version 9.0.0-beta.25263.2 -> To Version 9.0.0-beta.25263.5
@dotnet/source-build Could you take a look at the failures here? |
These are all NuGet Audit errors - @ViktorHofer do you know if these show up in repo builds in 9.0 branches? Latest |
I'm not 100% sure which version of NuGet inserted into 9.0 but assuming it was 6.11, NuGetAudit is enabled by default for direct dependencies (not transitives): https://github.com/NuGet/NuGet.Client/blob/5469bd0d9de8108f15f21644759773b85471366c/src/NuGet.Core/NuGet.Build.Tasks/NuGet.targets#L71-L72 So any direct reference to i.e. the |
Errors are very similar to those seen in 10.0 branches, i.e.:
|
Arcade uses packages from SBRP, version 17.8.3, which is considered vulnerable. Next up, in the same range, that isn't vulnerable is 17.8.29. I'll produce SBRP packages and flow them to arcade, so the version can be updated. This should eventually resolve the issue. |
I've merged the fix in |
…6-409a-8baa-38923669dc4f
I've triggered the |
…516.2 Microsoft.SourceBuild.Intermediate.arcade , Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Build.Tasks.Installers , Microsoft.DotNet.Helix.Sdk , Microsoft.DotNet.SignTool , Microsoft.DotNet.XliffTasks , Microsoft.DotNet.XUnitExtensions From Version 9.0.0-beta.25263.2 -> To Version 9.0.0-beta.25266.2
…darc-release/9.0.1xx-530ae970-10b6-409a-8baa-38923669dc4f
…521.1 Microsoft.SourceBuild.Intermediate.arcade , Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Build.Tasks.Installers , Microsoft.DotNet.Helix.Sdk , Microsoft.DotNet.SignTool , Microsoft.DotNet.XliffTasks , Microsoft.DotNet.XUnitExtensions From Version 9.0.0-beta.25263.2 -> To Version 9.0.0-beta.25271.1
…6-409a-8baa-38923669dc4f
…602.2 Microsoft.SourceBuild.Intermediate.arcade , Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Build.Tasks.Installers , Microsoft.DotNet.Helix.Sdk , Microsoft.DotNet.SignTool , Microsoft.DotNet.XliffTasks , Microsoft.DotNet.XUnitExtensions From Version 9.0.0-beta.25263.2 -> To Version 9.0.0-beta.25302.2
/azp run dotnet-sdk-public-ci,sdk-source-build,sdk-unified-build |
Azure Pipelines successfully started running 2 pipeline(s). |
@dotnet/source-build Could you take a look at this
|
@dotnet/source-build @NikolaMilosavljevic Just wanted to follow up on this—any updates? |
The issue occurs when building nuget-client with netstandard2.0. It's this line that's causing the issue:
NuGet/NuGet.Client#6488 fixed this issue in main. @zivkan - can you please take a look? |
…6-409a-8baa-38923669dc4f
superseded. |
This pull request updates the following dependencies
From https://github.com/dotnet/arcade