Revise the version for Microsoft.AspNetCore.Server.IISIntegration.Tools

Additionally fix project.json warnings
This commit is contained in:
Pranav K 2016-05-06 06:44:09 -07:00
parent 039bb6e714
commit 4ac0811585
4 changed files with 7 additions and 6 deletions

View File

@ -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

View File

@ -1,5 +1,5 @@
{
"version": "1.0.0-*",
"version": "1.0.0-preview1-*",
"buildOptions": {
"emitEntryPoint": true,
"warningsAsErrors": true,

View File

@ -1,5 +1,5 @@
{
"version": "1.0.0-*",
"version": "1.0.0-rc2-*",
"buildOptions": {
"warningsAsErrors": true,
"keyFile": "../../tools/Key.snk",

View File

@ -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"