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

Commit 367e2d0

Browse files
committed
1.0.7 patch version updates
1 parent b6fde60 commit 367e2d0

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

samples/StaticFileSample/project.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,17 @@
33
"emitEntryPoint": true
44
},
55
"dependencies": {
6-
"Microsoft.AspNetCore.Server.IISIntegration": "1.0.4",
7-
"Microsoft.AspNetCore.Server.Kestrel": "1.0.5",
8-
"Microsoft.AspNetCore.StaticFiles": "1.0.4",
6+
"Microsoft.AspNetCore.Server.IISIntegration": "1.0.5",
7+
"Microsoft.AspNetCore.Server.Kestrel": "1.0.6",
8+
"Microsoft.AspNetCore.StaticFiles": "1.0.5",
99
"Microsoft.Extensions.Logging.Console": "1.0.2"
1010
},
1111
"frameworks": {
1212
"net451": {},
1313
"netcoreapp1.0": {
1414
"dependencies": {
1515
"Microsoft.NETCore.App": {
16-
"version": "1.0.7",
16+
"version": "1.0.8-servicing-005009-00",
1717
"type": "platform"
1818
}
1919
}

src/Microsoft.AspNetCore.StaticFiles/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.4",
2+
"version": "1.0.5",
33
"buildOptions": {
44
"warningsAsErrors": true,
55
"keyFile": "../../tools/Key.snk",
@@ -20,8 +20,8 @@
2020
]
2121
},
2222
"dependencies": {
23-
"Microsoft.AspNetCore.Http.Extensions": "1.0.3",
24-
"Microsoft.AspNetCore.Hosting.Abstractions": "1.0.4",
23+
"Microsoft.AspNetCore.Http.Extensions": "1.0.4",
24+
"Microsoft.AspNetCore.Hosting.Abstractions": "1.0.5",
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: 3 additions & 3 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.4",
22-
"Microsoft.AspNetCore.TestHost": "1.0.4",
21+
"Microsoft.AspNetCore.StaticFiles": "1.0.5",
22+
"Microsoft.AspNetCore.TestHost": "1.0.5",
2323
"Microsoft.AspNetCore.Testing": "1.0.1",
2424
"Microsoft.Extensions.Logging.Testing": "1.0.2",
2525
"xunit": "2.1.0"
@@ -28,7 +28,7 @@
2828
"netcoreapp1.0": {
2929
"dependencies": {
3030
"Microsoft.NETCore.App": {
31-
"version": "1.0.7",
31+
"version": "1.0.8-servicing-005009-00",
3232
"type": "platform"
3333
},
3434
"System.Diagnostics.Process": "4.1.0"

0 commit comments

Comments
 (0)