Revise the version for Microsoft.AspNetCore.Server.IISIntegration.Tools
Additionally fix project.json warnings
This commit is contained in:
parent
039bb6e714
commit
4ac0811585
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"version": "1.0.0-*",
|
||||
"version": "1.0.0-preview1-*",
|
||||
"buildOptions": {
|
||||
"emitEntryPoint": true,
|
||||
"warningsAsErrors": true,
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"version": "1.0.0-*",
|
||||
"version": "1.0.0-rc2-*",
|
||||
"buildOptions": {
|
||||
"warningsAsErrors": true,
|
||||
"keyFile": "../../tools/Key.snk",
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue