[release/9.0] Nominally upgrade Microsoft.Build.Framework to 17.8.3#34636
[release/9.0] Nominally upgrade Microsoft.Build.Framework to 17.8.3#34636AndriySvyryd merged 1 commit intorelease/9.0from
Conversation
|
Thanks @AndriySvyryd, maybe do this for the analyzers package too, to not have problematic versions anywhere in it dependency graph? |
|
@roji Can you be more specific? EFCore.Analyzers doesn't bring in |
Ah sorry... EFCore.Analyzers does depend on an older version of Microsoft.CodeAnalysis (4.8.0) and I thought that brought in transitive dependencies with security advisories, but that indeed doesn't seem to be the case. |
|
This change needs to be made in main as well. |
|
Oh, interesting, you do codeflow differently in EFCore - understood. For runtime we make the change in main first then backport. |
No description provided.