From c2842945936cde355ebd2ff81d6ca50f308167f8 Mon Sep 17 00:00:00 2001 From: wtgodbe Date: Mon, 3 Apr 2017 13:29:27 -0700 Subject: [PATCH] Publish VC Redist DLLs as part of CoreCLR Package Commit migrated from https://github.com/dotnet/coreclr/commit/32aa2184cd26942aa01a6d44fc3eea1f80dc6600 --- .../runtime.Windows_NT.Microsoft.NETCore.Runtime.CoreCLR.props | 1 + src/coreclr/src/.nuget/dir.targets | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/src/coreclr/src/.nuget/Microsoft.NETCore.Runtime.CoreCLR/runtime.Windows_NT.Microsoft.NETCore.Runtime.CoreCLR.props b/src/coreclr/src/.nuget/Microsoft.NETCore.Runtime.CoreCLR/runtime.Windows_NT.Microsoft.NETCore.Runtime.CoreCLR.props index 9c46df9..436901e 100644 --- a/src/coreclr/src/.nuget/Microsoft.NETCore.Runtime.CoreCLR/runtime.Windows_NT.Microsoft.NETCore.Runtime.CoreCLR.props +++ b/src/coreclr/src/.nuget/Microsoft.NETCore.Runtime.CoreCLR/runtime.Windows_NT.Microsoft.NETCore.Runtime.CoreCLR.props @@ -20,6 +20,7 @@ + diff --git a/src/coreclr/src/.nuget/dir.targets b/src/coreclr/src/.nuget/dir.targets index 6f7bae6..49e550a 100644 --- a/src/coreclr/src/.nuget/dir.targets +++ b/src/coreclr/src/.nuget/dir.targets @@ -1,6 +1,10 @@ + + + + -- 2.7.4