This repository was archived by the owner on Dec 18, 2018. It is now read-only.
File tree 7 files changed +24
-24
lines changed
Microsoft.AspNetCore.Server.Kestrel
Microsoft.AspNetCore.Server.Kestrel.Https
Microsoft.AspNetCore.Server.Kestrel.FunctionalTests
Microsoft.AspNetCore.Server.KestrelTests
tools/Microsoft.AspNetCore.Server.Kestrel.GeneratedCode 7 files changed +24
-24
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 1.0 .0-*" ,
2
+ "version" : " 1.1 .0-*" ,
3
3
"dependencies" : {
4
- "Microsoft.AspNetCore.Server.Kestrel" : " 1.0 .0-*"
4
+ "Microsoft.AspNetCore.Server.Kestrel" : " 1.1 .0-*"
5
5
},
6
6
"buildOptions" : {
7
7
"emitEntryPoint" : true
Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 1.0 .0-*" ,
2
+ "version" : " 1.1 .0-*" ,
3
3
"dependencies" : {
4
- "Microsoft.AspNetCore.Server.Kestrel" : " 1.0 .0-*" ,
5
- "Microsoft.AspNetCore.Server.Kestrel.Https" : " 1.0 .0-*" ,
6
- "Microsoft.Extensions.Logging.Console" : " 1.0 .0-*"
4
+ "Microsoft.AspNetCore.Server.Kestrel" : " 1.1 .0-*" ,
5
+ "Microsoft.AspNetCore.Server.Kestrel.Https" : " 1.1 .0-*" ,
6
+ "Microsoft.Extensions.Logging.Console" : " 1.1 .0-*"
7
7
},
8
8
"buildOptions" : {
9
9
"emitEntryPoint" : true
Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 1.0 .0-*" ,
2
+ "version" : " 1.1 .0-*" ,
3
3
"description" : " HTTPS support for the ASP.NET Core Kestrel cross-platform web server." ,
4
4
"buildOptions" : {
5
5
"keyFile" : " ../../tools/Key.snk" ,
19
19
]
20
20
},
21
21
"dependencies" : {
22
- "Microsoft.AspNetCore.Server.Kestrel" : " 1.0 .0-*"
22
+ "Microsoft.AspNetCore.Server.Kestrel" : " 1.1 .0-*"
23
23
},
24
24
"frameworks" : {
25
25
"net451" : {},
Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 1.0 .0-*" ,
2
+ "version" : " 1.1 .0-*" ,
3
3
"description" : " ASP.NET Core Kestrel cross-platform web server." ,
4
4
"packOptions" : {
5
5
"repository" : {
17
17
"System.Runtime.InteropServices.RuntimeInformation" : " 4.0.0-*" ,
18
18
"System.Threading.Tasks.Extensions" : " 4.0.0-*" ,
19
19
"Libuv" : " 1.9.0-*" ,
20
- "Microsoft.AspNetCore.Hosting" : " 1.0 .0-*" ,
21
- "Microsoft.Extensions.Logging.Abstractions" : " 1.0 .0-*"
20
+ "Microsoft.AspNetCore.Hosting" : " 1.1 .0-*" ,
21
+ "Microsoft.Extensions.Logging.Abstractions" : " 1.1 .0-*"
22
22
},
23
23
"frameworks" : {
24
24
"net451" : {
Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 1.0 .0-*" ,
2
+ "version" : " 1.1 .0-*" ,
3
3
"dependencies" : {
4
4
"dotnet-test-xunit" : " 1.0.0-*" ,
5
- "Microsoft.AspNetCore.Http.Abstractions" : " 1.0 .0-*" ,
6
- "Microsoft.AspNetCore.Server.Kestrel" : " 1.0 .0-*" ,
7
- "Microsoft.AspNetCore.Server.Kestrel.Https" : " 1.0 .0-*" ,
8
- "Microsoft.AspNetCore.Testing" : " 1.0 .0-*" ,
9
- "Microsoft.Extensions.Logging.Console" : " 1.0 .0-*" ,
5
+ "Microsoft.AspNetCore.Http.Abstractions" : " 1.1 .0-*" ,
6
+ "Microsoft.AspNetCore.Server.Kestrel" : " 1.1 .0-*" ,
7
+ "Microsoft.AspNetCore.Server.Kestrel.Https" : " 1.1 .0-*" ,
8
+ "Microsoft.AspNetCore.Testing" : " 1.1 .0-*" ,
9
+ "Microsoft.Extensions.Logging.Console" : " 1.1 .0-*" ,
10
10
"Newtonsoft.Json" : " 9.0.1" ,
11
11
"xunit" : " 2.1.0"
12
12
},
Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 1.0 .0-*" ,
2
+ "version" : " 1.1 .0-*" ,
3
3
"dependencies" : {
4
4
"dotnet-test-xunit" : " 1.0.0-*" ,
5
- "Microsoft.AspNetCore.Server.Kestrel" : " 1.0 .0-*" ,
6
- "Microsoft.AspNetCore.Server.Kestrel.Https" : " 1.0 .0-*" ,
7
- "Microsoft.AspNetCore.Testing" : " 1.0 .0-*" ,
5
+ "Microsoft.AspNetCore.Server.Kestrel" : " 1.1 .0-*" ,
6
+ "Microsoft.AspNetCore.Server.Kestrel.Https" : " 1.1 .0-*" ,
7
+ "Microsoft.AspNetCore.Testing" : " 1.1 .0-*" ,
8
8
"xunit" : " 2.1.0"
9
9
},
10
10
"frameworks" : {
Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 1.0 .0-*" ,
2
+ "version" : " 1.1 .0-*" ,
3
3
"buildOptions" : {
4
4
"emitEntryPoint" : true
5
5
},
6
6
"dependencies" : {
7
- "Microsoft.AspNetCore.Http.Features" : " 1.0 .0-*" ,
8
- "Microsoft.AspNetCore.Hosting" : " 1.0 .0-*"
7
+ "Microsoft.AspNetCore.Http.Features" : " 1.1 .0-*" ,
8
+ "Microsoft.AspNetCore.Hosting" : " 1.1 .0-*"
9
9
},
10
10
"frameworks" : {
11
11
"netcoreapp1.0" : {
You can’t perform that action at this time.
0 commit comments