Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Fix build breaks #200

Merged
merged 2 commits into from
Mar 14, 2020
Merged

Fix build breaks #200

merged 2 commits into from
Mar 14, 2020

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
# for free to join this conversation on GitHub. Already have an account? # 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