From 4ac08115852578a107a6a4d197ebb41cb09b5bd7 Mon Sep 17 00:00:00 2001 From: Pranav K Date: Fri, 6 May 2016 06:44:09 -0700 Subject: [PATCH] Revise the version for Microsoft.AspNetCore.Server.IISIntegration.Tools Additionally fix project.json warnings --- makefile.shade | 1 + .../project.json | 2 +- .../project.json | 2 +- test/TestSites.Portable/project.json | 8 ++++---- 4 files changed, 7 insertions(+), 6 deletions(-) diff --git a/makefile.shade b/makefile.shade index 562494d144..5f389e854e 100644 --- a/makefile.shade +++ b/makefile.shade @@ -2,6 +2,7 @@ var VERSION='0.1' var FULL_VERSION='0.1' var AUTHORS='Microsoft Open Technologies, Inc.' +-BuildQuality = ""; use-standard-lifecycle k-standard-goals diff --git a/src/Microsoft.AspNetCore.Server.IISIntegration.Tools/project.json b/src/Microsoft.AspNetCore.Server.IISIntegration.Tools/project.json index 2679a12c6d..00036007d9 100644 --- a/src/Microsoft.AspNetCore.Server.IISIntegration.Tools/project.json +++ b/src/Microsoft.AspNetCore.Server.IISIntegration.Tools/project.json @@ -1,5 +1,5 @@ { - "version": "1.0.0-*", + "version": "1.0.0-preview1-*", "buildOptions": { "emitEntryPoint": true, "warningsAsErrors": true, diff --git a/src/Microsoft.AspNetCore.Server.IISIntegration/project.json b/src/Microsoft.AspNetCore.Server.IISIntegration/project.json index 5767a876e0..9010a77a73 100644 --- a/src/Microsoft.AspNetCore.Server.IISIntegration/project.json +++ b/src/Microsoft.AspNetCore.Server.IISIntegration/project.json @@ -1,5 +1,5 @@ { - "version": "1.0.0-*", + "version": "1.0.0-rc2-*", "buildOptions": { "warningsAsErrors": true, "keyFile": "../../tools/Key.snk", diff --git a/test/TestSites.Portable/project.json b/test/TestSites.Portable/project.json index 3b426d878d..33ef3ab3ac 100644 --- a/test/TestSites.Portable/project.json +++ b/test/TestSites.Portable/project.json @@ -1,11 +1,11 @@ { "version": "1.0.0-*", "buildOptions": { - "emitEntryPoint": true + "emitEntryPoint": true, + "compile": { + "include": "../TestSites/Startup*.cs" + } }, - "compile": [ - "../TestSites/Startup*.cs" - ], "publishOptions": { "include": [ "web.config"