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

Commit

Permalink
1.0.7 patch version updates
Browse files Browse the repository at this point in the history
  • Loading branch information
JunTaoLuo committed Oct 11, 2017
1 parent b6fde60 commit 367e2d0
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions samples/StaticFileSample/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,17 @@
"emitEntryPoint": true
},
"dependencies": {
"Microsoft.AspNetCore.Server.IISIntegration": "1.0.4",
"Microsoft.AspNetCore.Server.Kestrel": "1.0.5",
"Microsoft.AspNetCore.StaticFiles": "1.0.4",
"Microsoft.AspNetCore.Server.IISIntegration": "1.0.5",
"Microsoft.AspNetCore.Server.Kestrel": "1.0.6",
"Microsoft.AspNetCore.StaticFiles": "1.0.5",
"Microsoft.Extensions.Logging.Console": "1.0.2"
},
"frameworks": {
"net451": {},
"netcoreapp1.0": {
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.0.7",
"version": "1.0.8-servicing-005009-00",
"type": "platform"
}
}
Expand Down
6 changes: 3 additions & 3 deletions src/Microsoft.AspNetCore.StaticFiles/project.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0.4",
"version": "1.0.5",
"buildOptions": {
"warningsAsErrors": true,
"keyFile": "../../tools/Key.snk",
Expand All @@ -20,8 +20,8 @@
]
},
"dependencies": {
"Microsoft.AspNetCore.Http.Extensions": "1.0.3",
"Microsoft.AspNetCore.Hosting.Abstractions": "1.0.4",
"Microsoft.AspNetCore.Http.Extensions": "1.0.4",
"Microsoft.AspNetCore.Hosting.Abstractions": "1.0.5",
"Microsoft.Extensions.FileProviders.Abstractions": "1.0.1",
"Microsoft.Extensions.Logging.Abstractions": "1.0.2",
"Microsoft.Extensions.WebEncoders": "1.0.3"
Expand Down
6 changes: 3 additions & 3 deletions test/Microsoft.AspNetCore.StaticFiles.Tests/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
"dependencies": {
"System.Runtime.InteropServices.RuntimeInformation": "4.0.0",
"dotnet-test-xunit": "1.0.0-rc3-000000-01",
"Microsoft.AspNetCore.StaticFiles": "1.0.4",
"Microsoft.AspNetCore.TestHost": "1.0.4",
"Microsoft.AspNetCore.StaticFiles": "1.0.5",
"Microsoft.AspNetCore.TestHost": "1.0.5",
"Microsoft.AspNetCore.Testing": "1.0.1",
"Microsoft.Extensions.Logging.Testing": "1.0.2",
"xunit": "2.1.0"
Expand All @@ -28,7 +28,7 @@
"netcoreapp1.0": {
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.0.7",
"version": "1.0.8-servicing-005009-00",
"type": "platform"
},
"System.Diagnostics.Process": "4.1.0"
Expand Down

0 comments on commit 367e2d0

Please sign in to comment.