From e1d8a0505c5aa6314aad118aba1b4b9874241e2e Mon Sep 17 00:00:00 2001 From: Senthil Date: Thu, 18 Feb 2016 01:21:30 -0800 Subject: [PATCH] Update appdep --- scripts/dotnet-cli-build/CompileTargets.cs | 2 +- src/dotnet/commands/dotnet-compile-native/appdep/project.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/dotnet-cli-build/CompileTargets.cs b/scripts/dotnet-cli-build/CompileTargets.cs index 567e4661d..88ad9c425 100644 --- a/scripts/dotnet-cli-build/CompileTargets.cs +++ b/scripts/dotnet-cli-build/CompileTargets.cs @@ -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.6-prerelease-00001"; + public static readonly string AppDepSdkVersion = "1.0.6-prerelease-00003"; public static readonly List AssembliesToCrossGen = GetAssembliesToCrossGen(); diff --git a/src/dotnet/commands/dotnet-compile-native/appdep/project.json b/src/dotnet/commands/dotnet-compile-native/appdep/project.json index 09ab884be..652976f99 100644 --- a/src/dotnet/commands/dotnet-compile-native/appdep/project.json +++ b/src/dotnet/commands/dotnet-compile-native/appdep/project.json @@ -5,7 +5,7 @@ }, "dependencies": { "NETStandard.Library": "1.0.0-rc2-23811", - "Microsoft.DotNet.AppDep":"1.0.6-prerelease-00001" + "Microsoft.DotNet.AppDep":"1.0.6-prerelease-00003" }, "frameworks": { "dnxcore50": { }