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

Fix for Missing Microsoft.Win32.Registry error on Desktop #813

Closed
wants to merge 1 commit into from

Conversation

vancem
Copy link
Contributor

@vancem vancem commented Dec 11, 2018

This is a fix for issue #755. However the issue runs relatively deep and this may be just a quick fix. I will open another issue to see about a better solution.

@vancem
Copy link
Contributor Author

vancem commented Dec 11, 2018

The 2.0.31 will have this fix, however it will probably tomorrow before it is published on Nuget.


<!-- you have to pick the right version of this DLL because it depends on things besides System.Runtime.dll -->
<None Condition="'$(TargetFrameworkIdentifier)' != '.NETFramework' AND Exists('$(MSBuildThisFileDirectory)..\lib\netstandard1.6\OSExtensions.dll')" Include="$(MSBuildThisFileDirectory)..\lib\netstandard1.6\OSExtensions.dll">
<Link>OsExtensions.dll</Link>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vancem this breaks the fix from #781 where link to OsExtensions has been changed to OSExtensions (uppercase S) to work properly on Unix

@vancem
Copy link
Contributor Author

vancem commented Dec 14, 2018

This was fixed in #816

@vancem vancem closed this Dec 14, 2018
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