Skip to content

Conversation

ViktorHofer
Copy link
Member

@ViktorHofer ViktorHofer commented Jan 3, 2024

  • Microsoft.Win32.Registry got added to the .NETCoreApp shared framework with .NET 5.
  • System.Threading.Tasks.Extensions has been part of the shared framework since I believe .NET Core 2.0.
  • Microsoft.Bcl.AsyncInterfaces since .NET Core 2.1.

Don't reference these packages on .NETCoreApp to reduce the dependency graph and with that potential CVEs / CG warnings.

Microsoft.Win32.Registry got added to the .NETCoreApp shared framework with .NET 5.
System.Threading.Tasks.Extensions has been part of the shared framework since I believe .NET Core 2.0.
Microsoft.Bcl.AsyncInterfaces since .NET Core 2.1.

Don't reference these packages on .NETCoreApp to reduce the dependency graph and with that potential CVEs / CG warnings.
@AArnott
Copy link
Member

AArnott commented Jan 4, 2024

@ViktorHofer Is there any reason we should take steps to ensure this goes into 17.9? Or would 17.10 be sufficient?

@ViktorHofer
Copy link
Member Author

Responded offline as well. 17.10 is fine, there's no time pressure at all.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants