Merge branch 'release' into dev
This commit is contained in:
commit
c9a1d4000f
|
|
@ -1,5 +1,10 @@
|
||||||
{
|
{
|
||||||
"version": "1.0.0-*",
|
"version": "1.0.0-*",
|
||||||
|
"description": "HTTPS support for the ASP.NET Core Kestrel cross-platform web server.",
|
||||||
|
"tags": [
|
||||||
|
"aspnetcore",
|
||||||
|
"kestrel"
|
||||||
|
],
|
||||||
"compilationOptions": {
|
"compilationOptions": {
|
||||||
"keyFile": "../../tools/Key.snk",
|
"keyFile": "../../tools/Key.snk",
|
||||||
"nowarn": [
|
"nowarn": [
|
||||||
|
|
@ -7,7 +12,6 @@
|
||||||
],
|
],
|
||||||
"xmlDoc": true
|
"xmlDoc": true
|
||||||
},
|
},
|
||||||
"description": "Adds HTTPS support to Kestrel",
|
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git://github.com/aspnet/kestrelhttpserver"
|
"url": "git://github.com/aspnet/kestrelhttpserver"
|
||||||
|
|
@ -16,7 +20,7 @@
|
||||||
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*"
|
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*"
|
||||||
},
|
},
|
||||||
"frameworks": {
|
"frameworks": {
|
||||||
"net451": {},
|
"net451": { },
|
||||||
"netstandard1.3": {
|
"netstandard1.3": {
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"System.Net.Security": "4.0.0-*"
|
"System.Net.Security": "4.0.0-*"
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,10 @@
|
||||||
{
|
{
|
||||||
"version": "1.0.0-*",
|
"version": "1.0.0-*",
|
||||||
"description": "ASP.NET 5 cross platform web server.",
|
"description": "ASP.NET Core Kestrel cross-platform web server.",
|
||||||
|
"tags": [
|
||||||
|
"aspnetcore",
|
||||||
|
"kestrel"
|
||||||
|
],
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git://github.com/aspnet/kestrelhttpserver"
|
"url": "git://github.com/aspnet/kestrelhttpserver"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue