You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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.
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?
The text was updated successfully, but these errors were encountered: