From 7f202c49f9b9762f16882a6b1e4fe64da01d46cc Mon Sep 17 00:00:00 2001 From: "Pierson Lee (PIE)" Date: Fri, 8 Apr 2016 13:49:03 -0700 Subject: [PATCH 1/2] Enable Microbuild.Core on relevant projects for Microbuild v2. --- src/DebugEngineHost.Stub/project.json | 1 + src/MICore/project.json | 1 + src/MIDebugEngine/project.json | 1 + src/MIDebugPackage/MIDebugPackage.csproj | 30 ++++++++---------------- src/MIDebugPackage/packages.config | 4 ++++ 5 files changed, 17 insertions(+), 20 deletions(-) create mode 100644 src/MIDebugPackage/packages.config diff --git a/src/DebugEngineHost.Stub/project.json b/src/DebugEngineHost.Stub/project.json index 8e8e291144..e064f970c9 100644 --- a/src/DebugEngineHost.Stub/project.json +++ b/src/DebugEngineHost.Stub/project.json @@ -4,6 +4,7 @@ "dnxcore50.app": {} }, "dependencies": { + "MicroBuild.Core": "0.2.0", "Microsoft.NETCore": "5.0.0", "Microsoft.NETCore.Portable.Compatibility": "1.0.0", "Microsoft.VisualStudio.Debugger.Interop.Portable": "1.0.1" diff --git a/src/MICore/project.json b/src/MICore/project.json index da4a7ecbd9..82fa4d08db 100644 --- a/src/MICore/project.json +++ b/src/MICore/project.json @@ -4,6 +4,7 @@ "dnxcore50.app": {} }, "dependencies": { + "MicroBuild.Core": "0.2.0", "Microsoft.NETCore": "5.0.0", "Microsoft.NETCore.Portable.Compatibility": "1.0.0", "System.Diagnostics.Process": "4.0.0-beta-23225", diff --git a/src/MIDebugEngine/project.json b/src/MIDebugEngine/project.json index 8e8e291144..e064f970c9 100644 --- a/src/MIDebugEngine/project.json +++ b/src/MIDebugEngine/project.json @@ -4,6 +4,7 @@ "dnxcore50.app": {} }, "dependencies": { + "MicroBuild.Core": "0.2.0", "Microsoft.NETCore": "5.0.0", "Microsoft.NETCore.Portable.Compatibility": "1.0.0", "Microsoft.VisualStudio.Debugger.Interop.Portable": "1.0.1" diff --git a/src/MIDebugPackage/MIDebugPackage.csproj b/src/MIDebugPackage/MIDebugPackage.csproj index 81ddf3fb06..7c1d367061 100644 --- a/src/MIDebugPackage/MIDebugPackage.csproj +++ b/src/MIDebugPackage/MIDebugPackage.csproj @@ -1,5 +1,6 @@  + 14.0 @@ -139,6 +140,7 @@ + Designer @@ -166,25 +168,6 @@ - - - - - - - - - - - - - - - - - - - @@ -245,12 +228,19 @@ + + + This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. + + + + + -