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

Commit e28e1df

Browse files
committed
Updating to dev versions
1 parent 9127948 commit e28e1df

File tree

3 files changed

+14
-14
lines changed

3 files changed

+14
-14
lines changed

samples/StaticFileSample/project.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
"emitEntryPoint": true
44
},
55
"dependencies": {
6-
"Microsoft.AspNetCore.Server.IISIntegration": "1.0.0-*",
7-
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*",
8-
"Microsoft.AspNetCore.StaticFiles": "1.0.0-*",
9-
"Microsoft.Extensions.Logging.Console": "1.0.0-*"
6+
"Microsoft.AspNetCore.Server.IISIntegration": "1.1.0-*",
7+
"Microsoft.AspNetCore.Server.Kestrel": "1.1.0-*",
8+
"Microsoft.AspNetCore.StaticFiles": "1.1.0-*",
9+
"Microsoft.Extensions.Logging.Console": "1.1.0-*"
1010
},
1111
"frameworks": {
1212
"net451": {},

src/Microsoft.AspNetCore.StaticFiles/project.json

Lines changed: 6 additions & 6 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
"buildOptions": {
44
"warningsAsErrors": true,
55
"keyFile": "../../tools/Key.snk",
@@ -20,11 +20,11 @@
2020
]
2121
},
2222
"dependencies": {
23-
"Microsoft.AspNetCore.Http.Extensions": "1.0.0-*",
24-
"Microsoft.AspNetCore.Hosting.Abstractions": "1.0.0-*",
25-
"Microsoft.Extensions.FileProviders.Abstractions": "1.0.0-*",
26-
"Microsoft.Extensions.Logging.Abstractions": "1.0.0-*",
27-
"Microsoft.Extensions.WebEncoders": "1.0.0-*"
23+
"Microsoft.AspNetCore.Http.Extensions": "1.1.0-*",
24+
"Microsoft.AspNetCore.Hosting.Abstractions": "1.1.0-*",
25+
"Microsoft.Extensions.FileProviders.Abstractions": "1.1.0-*",
26+
"Microsoft.Extensions.Logging.Abstractions": "1.1.0-*",
27+
"Microsoft.Extensions.WebEncoders": "1.1.0-*"
2828
},
2929
"frameworks": {
3030
"net451": {},

test/Microsoft.AspNetCore.StaticFiles.Tests/project.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@
1818
"dependencies": {
1919
"System.Runtime.InteropServices.RuntimeInformation": "4.0.0-*",
2020
"dotnet-test-xunit": "1.0.0-*",
21-
"Microsoft.AspNetCore.StaticFiles": "1.0.0-*",
22-
"Microsoft.AspNetCore.TestHost": "1.0.0-*",
23-
"Microsoft.AspNetCore.Testing": "1.0.0-*",
24-
"Microsoft.Extensions.Logging.Testing": "1.0.0-*",
21+
"Microsoft.AspNetCore.StaticFiles": "1.1.0-*",
22+
"Microsoft.AspNetCore.TestHost": "1.1.0-*",
23+
"Microsoft.AspNetCore.Testing": "1.1.0-*",
24+
"Microsoft.Extensions.Logging.Testing": "1.1.0-*",
2525
"xunit": "2.1.0"
2626
},
2727
"frameworks": {

0 commit comments

Comments
 (0)