From 336b97212f7c49a6fc6545116cae9dc69cb14070 Mon Sep 17 00:00:00 2001 From: Piotr Puszkiewicz Date: Thu, 28 Jul 2016 22:29:29 -0700 Subject: [PATCH] Crossgen package name casing --- build/crossgen/Microsoft.DotNet.Cli.Crossgen.targets | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build/crossgen/Microsoft.DotNet.Cli.Crossgen.targets b/build/crossgen/Microsoft.DotNet.Cli.Crossgen.targets index 0409b9a73..a38f3d2cc 100644 --- a/build/crossgen/Microsoft.DotNet.Cli.Crossgen.targets +++ b/build/crossgen/Microsoft.DotNet.Cli.Crossgen.targets @@ -8,9 +8,9 @@ osx.10.10-x64 rhel.7-x64 - runtime.$(CoreCLRRid).Microsoft.NETCore.Runtime.CoreCLR - runtime.$(CoreCLRRid).Microsoft.NETCore.Jit - runtime.$(CoreCLRRid).Microsoft.NETCore.Runtime.CoreCLR + runtime.$(CoreCLRRid).microsoft.netcore.runtime.coreclr + runtime.$(CoreCLRRid).microsoft.netcore.jit + runtime.$(CoreCLRRid).microsoft.netcore.runtime.coreclr $(NuGetPackagesDir)/$(CoreCLRPackageName)/$(CoreCLRVersion)/runtimes/$(CoreCLRRid)/lib/netstandard1.0 $(NuGetPackagesDir)/$(CrossGenPackageName)/$(CoreCLRVersion)/tools/crossgen$(ExeExtension)