Skip to content
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

Possibly remove the dependency to the out dated Microsoft.Win32.Registry library #2127

Open
DexterWoo opened this issue Nov 8, 2024 · 1 comment

Comments

@DexterWoo
Copy link

the Microsoft.Win32.registry library's last update was at 2020, it's .net 5.0 which has end support.
can you either remove the dependency to it or maybe update that nuget library to a later version?

@brianrob
Copy link
Member

brianrob commented Nov 8, 2024

Per apisof.net, Microsoft.Win32.Registry APIs are not provided in-box for any netstandard targeted libraries, so TraceEvent must continue to target this package. The latest package version is 5.0.0, which is what we reference.

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

No branches or pull requests

2 participants