Skip to content
This repository has been archived by the owner on Dec 18, 2017. It is now read-only.

Commit

Permalink
#1601 Remove System.Private
Browse files Browse the repository at this point in the history
  • Loading branch information
BrennanConroy committed Jul 9, 2015
1 parent a875681 commit 8124260
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions makefile.shade
Expand Up @@ -572,13 +572,7 @@ var CAN_BUILD_ONECORE = '${Directory.Exists(WIN10_SDK_LIB) && Directory.GetFiles
// Copy required CoreCLR assemblies
if (target.Flavor == "coreclr")
{
var extraBinaries = new HashSet<string>(StringComparer.OrdinalIgnoreCase)
{
"System.Private.DataContractSerialization.dll",
"System.Private.Networking.dll",
"System.Private.ServiceModel.dll",
"System.Runtime.Serialization.Primitives.dll"
};
var extraBinaries = new HashSet<string>(StringComparer.OrdinalIgnoreCase);

if (target.OS != "win")
{
Expand Down

0 comments on commit 8124260

Please sign in to comment.