From 30bc3b17a5bbf52875ccccc72c2ce90f9d05ce84 Mon Sep 17 00:00:00 2001 From: Arun Mahapatra Date: Sat, 10 Dec 2016 07:50:21 +0530 Subject: [PATCH] Include microbuild.core as a dependency for signing. (#267) --- TestPlatform.sln | 2 +- src/package/package.csproj | 39 ++++++++++++++------------------------ 2 files changed, 15 insertions(+), 26 deletions(-) diff --git a/TestPlatform.sln b/TestPlatform.sln index 68aa06fac9..c04bbb6760 100644 --- a/TestPlatform.sln +++ b/TestPlatform.sln @@ -1,7 +1,7 @@  Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio 15 -VisualStudioVersion = 15.0.25928.4 +VisualStudioVersion = 15.0.26008.9 MinimumVisualStudioVersion = 10.0.40219.1 Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{ED0C35EB-7F31-4841-A24F-8EB708FFA959}" EndProject diff --git a/src/package/package.csproj b/src/package/package.csproj index 98200e0ca6..ff33057d19 100644 --- a/src/package/package.csproj +++ b/src/package/package.csproj @@ -1,9 +1,15 @@ - + + ../../ - net46;netcoreapp1.0 package @@ -21,13 +27,11 @@ win7-x64 - PreserveNewest - + - @@ -42,16 +46,7 @@ true - - 3.4.3 All @@ -60,26 +55,20 @@ 0.1.2 All + + 0.2.0 + All + - 1.0.0 - $(DefineConstants);RELEASE - - - + \ No newline at end of file