Skip to content
This repository was archived by the owner on Dec 18, 2018. It is now read-only.

Commit de668c2

Browse files
committed
Updating to dev versions
# Conflicts: # test/Microsoft.AspNetCore.Server.Kestrel.FunctionalTests/project.json
1 parent f5b483b commit de668c2

File tree

7 files changed

+24
-24
lines changed

7 files changed

+24
-24
lines changed

samples/LargeResponseApp/project.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"version": "1.0.0-*",
2+
"version": "1.1.0-*",
33
"dependencies": {
4-
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*"
4+
"Microsoft.AspNetCore.Server.Kestrel": "1.1.0-*"
55
},
66
"buildOptions": {
77
"emitEntryPoint": true

samples/SampleApp/project.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
2-
"version": "1.0.0-*",
2+
"version": "1.1.0-*",
33
"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-*"
77
},
88
"buildOptions": {
99
"emitEntryPoint": true

src/Microsoft.AspNetCore.Server.Kestrel.Https/project.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.0.0-*",
2+
"version": "1.1.0-*",
33
"description": "HTTPS support for the ASP.NET Core Kestrel cross-platform web server.",
44
"buildOptions": {
55
"keyFile": "../../tools/Key.snk",
@@ -19,7 +19,7 @@
1919
]
2020
},
2121
"dependencies": {
22-
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*"
22+
"Microsoft.AspNetCore.Server.Kestrel": "1.1.0-*"
2323
},
2424
"frameworks": {
2525
"net451": {},

src/Microsoft.AspNetCore.Server.Kestrel/project.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.0.0-*",
2+
"version": "1.1.0-*",
33
"description": "ASP.NET Core Kestrel cross-platform web server.",
44
"packOptions": {
55
"repository": {
@@ -17,8 +17,8 @@
1717
"System.Runtime.InteropServices.RuntimeInformation": "4.0.0-*",
1818
"System.Threading.Tasks.Extensions": "4.0.0-*",
1919
"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-*"
2222
},
2323
"frameworks": {
2424
"net451": {

test/Microsoft.AspNetCore.Server.Kestrel.FunctionalTests/project.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
2-
"version": "1.0.0-*",
2+
"version": "1.1.0-*",
33
"dependencies": {
44
"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-*",
1010
"Newtonsoft.Json": "9.0.1",
1111
"xunit": "2.1.0"
1212
},

test/Microsoft.AspNetCore.Server.KestrelTests/project.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
2-
"version": "1.0.0-*",
2+
"version": "1.1.0-*",
33
"dependencies": {
44
"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-*",
88
"xunit": "2.1.0"
99
},
1010
"frameworks": {

tools/Microsoft.AspNetCore.Server.Kestrel.GeneratedCode/project.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
2-
"version": "1.0.0-*",
2+
"version": "1.1.0-*",
33
"buildOptions": {
44
"emitEntryPoint": true
55
},
66
"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-*"
99
},
1010
"frameworks": {
1111
"netcoreapp1.0": {

0 commit comments

Comments
 (0)