Fix 3724 - Include Runtime.json in redirection package
authorGaurav Khanna <gkhanna@microsoft.com>
Tue, 15 Mar 2016 15:04:53 +0000 (08:04 -0700)
committerGaurav Khanna <gkhanna@microsoft.com>
Tue, 15 Mar 2016 15:04:53 +0000 (08:04 -0700)
Commit migrated from https://github.com/dotnet/coreclr/commit/976dfeff2dc5d380bbb75d9564912933489414f9

src/coreclr/src/.nuget/Microsoft.NETCore.Runtime.CoreCLR/Microsoft.NETCore.Runtime.CoreCLR.pkgproj

index c13a82a..363a7d7 100644 (file)
@@ -8,6 +8,7 @@
     <SkipValidatePackage>true</SkipValidatePackage>
     <PackagePlatforms>x64;x86;arm</PackagePlatforms>
     <OutputPath>$(PackagesOutputPath)</OutputPath>
+    <IncludeRuntimeJson>true</IncludeRuntimeJson>
   </PropertyGroup>
 
   <ItemGroup>