Update ASP.NET 5 versions for ASP.NET Core.

See https://github.com/aspnet/Announcements/issues/144 for more information.
This commit is contained in:
N. Taylor Mullen 2016-01-22 12:28:27 -08:00
Родитель a83445441a
Коммит 1aff2e9cda
8 изменённых файлов: 45 добавлений и 43 удалений

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

@ -1,22 +1,22 @@
{
"dependencies": {
"Microsoft.Net.Http.Server": "1.0.0-*",
"Microsoft.Net.WebSockets.Server": "1.0.0-*"
},
"commands": {
"sample": "HelloWorld"
},
"frameworks": {
"dnx451": { },
"dnxcore50": {
"dependencies": {
"System.Collections": "4.0.11-*",
"System.Console": "4.0.0-*",
"System.Globalization": "4.0.11-*",
"System.IO": "4.1.0-*",
"System.Runtime": "4.0.21-*",
"System.Threading.Tasks": "4.0.11-*"
}
}
"dependencies": {
"Microsoft.Net.Http.Server": "0.1.0-*",
"Microsoft.Net.WebSockets.Server": "0.1.0-*"
},
"commands": {
"sample": "HelloWorld"
},
"frameworks": {
"dnx451": {},
"dnxcore50": {
"dependencies": {
"System.Collections": "4.0.11-*",
"System.Console": "4.0.0-*",
"System.Globalization": "4.0.11-*",
"System.IO": "4.1.0-*",
"System.Runtime": "4.0.21-*",
"System.Threading.Tasks": "4.0.11-*"
}
}
}
}
}

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

@ -1,7 +1,7 @@
{
"version": "1.0.0-*",
"dependencies": {
"Microsoft.AspNetCore.Server.WebListener": "1.0.0-*",
"Microsoft.AspNetCore.Server.WebListener": "0.1.0-*",
"Microsoft.Extensions.Logging.Console": "1.0.0-*"
},
"compilationOptions": {
@ -11,7 +11,7 @@
"web": "HotAddSample"
},
"frameworks": {
"dnx451": { },
"dnxcore50": { }
"dnx451": {},
"dnxcore50": {}
}
}
}

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

@ -1,14 +1,16 @@
{
"dependencies": {
"Microsoft.AspNetCore.Server.WebListener": "1.0.0-*",
"Microsoft.AspNetCore.Server.WebListener": "0.1.0-*",
"Microsoft.Extensions.Logging.Console": "1.0.0-*"
},
"compilationOptions": {
"emitEntryPoint": true
},
"commands": { "web": "SelfHostServer" },
"commands": {
"web": "SelfHostServer"
},
"frameworks": {
"dnx451": { },
"dnxcore50": { }
"dnx451": {},
"dnxcore50": {}
}
}
}

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

@ -1,21 +1,21 @@
{
"version": "1.0.0-*",
"version": "0.1.0-*",
"description": "ASP.NET 5 self-host web server.",
"dependencies": {
"Microsoft.AspNetCore.Hosting": "1.0.0-*",
"Microsoft.Net.Http.Headers": "1.0.0-*",
"Microsoft.Net.Http.Server": "1.0.0-*"
"Microsoft.Net.Http.Server": "0.1.0-*"
},
"compilationOptions": {
"allowUnsafe": true,
"keyFile": "../../tools/Key.snk"
},
"frameworks": {
"net451": { },
"net451": {},
"dotnet5.4": {
"dependencies": {
"System.Security.Claims": "4.0.1-*"
}
}
}
}
}

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

@ -1,5 +1,5 @@
{
"version": "1.0.0-*",
"version": "0.1.0-*",
"description": "Implementation of WebListener, a successor to HttpListener. It is used in the WebListener server package.",
"dependencies": {
"Microsoft.Extensions.Logging.Abstractions": "1.0.0-*",
@ -29,4 +29,4 @@
}
}
}
}
}

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

@ -1,8 +1,8 @@
{
"version": "1.0.0-*",
"version": "0.1.0-*",
"description": "Implementation of WebSocket abstract base class. Used by WebListener.",
"dependencies": {
"Microsoft.Net.Http.Server": "1.0.0-*"
"Microsoft.Net.Http.Server": "0.1.0-*"
},
"compilationOptions": {
"allowUnsafe": true,
@ -25,4 +25,4 @@
}
}
}
}
}

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

@ -4,7 +4,7 @@
"test": "xunit.runner.aspnet"
},
"dependencies": {
"Microsoft.AspNetCore.Server.WebListener": "1.0.0-*",
"Microsoft.AspNetCore.Server.WebListener": "0.1.0-*",
"Microsoft.AspNetCore.Testing": "1.0.0-*"
},
"frameworks": {
@ -26,4 +26,4 @@
}
}
}
}
}

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

@ -4,8 +4,8 @@
"test": "xunit.runner.aspnet"
},
"dependencies": {
"Microsoft.Net.Http.Server": "1.0.0-*",
"Microsoft.Net.WebSockets.Server": "1.0.0-*",
"Microsoft.Net.Http.Server": "0.1.0-*",
"Microsoft.Net.WebSockets.Server": "0.1.0-*",
"Microsoft.AspNetCore.Testing": "1.0.0-*",
"xunit.runner.aspnet": "2.0.0-aspnet-*"
},
@ -30,4 +30,4 @@
}
}
}
}
}