Include project.json dependencies for native

This commit is contained in:
Senthil 2016-02-03 16:34:03 -08:00 committed by schellap
parent e8ef94e93f
commit ef00f0331e
15 changed files with 98 additions and 56 deletions

View file

@ -13,7 +13,7 @@ namespace Microsoft.DotNet.Cli.Build
public class CompileTargets
{
public static readonly string CoreCLRVersion = "1.0.1-rc2-23811";
public static readonly string AppDepSdkVersion = "1.0.5-prerelease-00001";
public static readonly string AppDepSdkVersion = "1.0.6-prerelease-00001";
public static readonly List<string> AssembliesToCrossGen = GetAssembliesToCrossGen();