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

Commit 5c9b390

Browse files
committed
Update Hosting to 1.0.4
1 parent d4c9754 commit 5c9b390

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

samples/StaticFileSample/project.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
"emitEntryPoint": true
44
},
55
"dependencies": {
6-
"Microsoft.AspNetCore.Server.IISIntegration": "1.0.3",
7-
"Microsoft.AspNetCore.Server.Kestrel": "1.0.4",
8-
"Microsoft.AspNetCore.StaticFiles": "1.0.3",
6+
"Microsoft.AspNetCore.Server.IISIntegration": "1.0.4",
7+
"Microsoft.AspNetCore.Server.Kestrel": "1.0.5",
8+
"Microsoft.AspNetCore.StaticFiles": "1.0.4",
99
"Microsoft.Extensions.Logging.Console": "1.0.2"
1010
},
1111
"frameworks": {

src/Microsoft.AspNetCore.StaticFiles/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.3",
2+
"version": "1.0.4",
33
"buildOptions": {
44
"warningsAsErrors": true,
55
"keyFile": "../../tools/Key.snk",
@@ -21,7 +21,7 @@
2121
},
2222
"dependencies": {
2323
"Microsoft.AspNetCore.Http.Extensions": "1.0.3",
24-
"Microsoft.AspNetCore.Hosting.Abstractions": "1.0.3",
24+
"Microsoft.AspNetCore.Hosting.Abstractions": "1.0.4",
2525
"Microsoft.Extensions.FileProviders.Abstractions": "1.0.1",
2626
"Microsoft.Extensions.Logging.Abstractions": "1.0.2",
2727
"Microsoft.Extensions.WebEncoders": "1.0.3"

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
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.3",
22-
"Microsoft.AspNetCore.TestHost": "1.0.3",
21+
"Microsoft.AspNetCore.StaticFiles": "1.0.4",
22+
"Microsoft.AspNetCore.TestHost": "1.0.4",
2323
"Microsoft.AspNetCore.Testing": "1.0.1",
2424
"Microsoft.Extensions.Logging.Testing": "1.0.2",
2525
"xunit": "2.1.0"

0 commit comments

Comments
 (0)