This commit is contained in:
Pranav K 2016-11-09 14:12:35 -08:00
Родитель e529583501
Коммит aa86e09585
3 изменённых файлов: 7 добавлений и 7 удалений

Просмотреть файл

@ -1,5 +1,5 @@
{
"version": "14.1.0-*",
"version": "1.2.0-*",
"description": "A middleware that supports creating a communication channel between the development environment and one or more web browsers.",
"buildOptions": {
"warningsAsErrors": true,

Просмотреть файл

@ -1,5 +1,5 @@
{
"version": "1.0.0-*",
"version": "1.2.0-*",
"description": "A middleware that supports creating a communication channel between the development environment and one or more web browsers.",
"buildOptions": {
"warningsAsErrors": true,
@ -9,7 +9,7 @@
"include": [
"**/*.cs"
]
}
}
},
"dependencies": {
"Microsoft.AspNetCore.Hosting.Abstractions": "1.0.0",
@ -17,7 +17,7 @@
"Microsoft.AspNetCore.Http.Extensions": "1.0.0",
"Microsoft.Extensions.FileProviders.Physical": "1.0.0",
"Microsoft.Extensions.TaskCache.Sources": {
"version": "1.1.0-*",
"version": "1.2.0-*",
"type": "build"
}
},
@ -32,4 +32,4 @@
}
}
}
}
}

Просмотреть файл

@ -1,5 +1,5 @@
{
"version": "1.0.0-*",
"version": "1.2.0-*",
"buildOptions": {
"keyFile": "../../tools/Key.snk",
"debugType": "portable"
@ -23,4 +23,4 @@
}
}
}
}
}