Skip to content

Conversation

AArnott
Copy link
Contributor

@AArnott AArnott commented Mar 14, 2020

This removes the requirement of installing the net47 targeting pack, and adds the missing package reference for accessing the registry in .NET Core.

Fixes #199

AArnott added 2 commits March 14, 2020 12:11
I don't have the net47 targeting pack installed so I was getting build warnings/errors.
Adding a package reference to `Microsoft.NETFramework.ReferenceAssemblies` allows this to build with fewer preinstalled dependencies.
@clairernovotny
Copy link
Contributor

Thanks for this. Is the 47 packageref needed as what we need are the tools from the net 4.8 directory: https://github.com/dotnet/SignService/blob/master/src/SignService/SignService.csproj#L20

@AArnott
Copy link
Contributor Author

AArnott commented Mar 14, 2020

@clairernovotny
Copy link
Contributor

Ah, right forgot. Thanks.

@clairernovotny clairernovotny merged commit b87dfb5 into dotnet:master Mar 14, 2020
@AArnott AArnott deleted the fixbreaks branch March 14, 2020 18:20
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.

Build break on Registry types
2 participants