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

Commit 85d2d98

Browse files
committed
Updates for 1.0.1
1 parent fb6e338 commit 85d2d98

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.0.1",
7+
"Microsoft.AspNetCore.Server.Kestrel": "1.0.2",
8+
"Microsoft.AspNetCore.StaticFiles": "1.0.1",
9+
"Microsoft.Extensions.Logging.Console": "1.0.1"
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.0.1",
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.0.1",
24+
"Microsoft.AspNetCore.Hosting.Abstractions": "1.0.1",
25+
"Microsoft.Extensions.FileProviders.Abstractions": "1.0.1",
26+
"Microsoft.Extensions.Logging.Abstractions": "1.0.1",
27+
"Microsoft.Extensions.WebEncoders": "1.0.1"
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-rc3-000000-01",
21-
"Microsoft.AspNetCore.StaticFiles": "1.0.0",
22-
"Microsoft.AspNetCore.TestHost": "1.0.0",
23-
"Microsoft.AspNetCore.Testing": "1.0.0-rtm-21431",
24-
"Microsoft.Extensions.Logging.Testing": "1.0.0-rtm-21431",
21+
"Microsoft.AspNetCore.StaticFiles": "1.0.1",
22+
"Microsoft.AspNetCore.TestHost": "1.0.1",
23+
"Microsoft.AspNetCore.Testing": "1.0.1",
24+
"Microsoft.Extensions.Logging.Testing": "1.0.1",
2525
"xunit": "2.1.0"
2626
},
2727
"frameworks": {

0 commit comments

Comments
 (0)