From 026400104c5eefd34032c1b90fdb0bd590fa9aba Mon Sep 17 00:00:00 2001 From: Senthil Date: Thu, 7 Jan 2016 15:12:53 -0800 Subject: [PATCH] Update AppDep SDK Included System.Reflection.* files --- src/Microsoft.DotNet.Tools.Compiler.Native/appdep/project.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Microsoft.DotNet.Tools.Compiler.Native/appdep/project.json b/src/Microsoft.DotNet.Tools.Compiler.Native/appdep/project.json index 77a897f5f..4d3165b91 100644 --- a/src/Microsoft.DotNet.Tools.Compiler.Native/appdep/project.json +++ b/src/Microsoft.DotNet.Tools.Compiler.Native/appdep/project.json @@ -5,7 +5,7 @@ "emitEntryPoint": true }, "dependencies": { - "Microsoft.DotNet.AppDep":"1.0.3-*" + "Microsoft.DotNet.AppDep":"1.0.4-*" }, "frameworks": { "dnxcore50": { }