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

Commit d8a2968

Browse files
committed
Update Hosting to 1.0.4
1 parent 01959de commit d8a2968

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

samples/ResponseCachingSample/project.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"dependencies": {
33
"Microsoft.AspNetCore.ResponseCaching": "1.0.2",
4-
"Microsoft.AspNetCore.Server.IISIntegration": "1.0.3",
5-
"Microsoft.AspNetCore.Server.Kestrel": "1.0.4",
4+
"Microsoft.AspNetCore.Server.IISIntegration": "1.0.4",
5+
"Microsoft.AspNetCore.Server.Kestrel": "1.0.5",
66
"Microsoft.Extensions.Caching.Memory": "1.0.2"
77
},
88
"buildOptions": {

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"dependencies": {
77
"dotnet-test-xunit": "1.0.0-rc3-000000-01",
88
"Microsoft.AspNetCore.ResponseCaching": "1.0.2",
9-
"Microsoft.AspNetCore.TestHost": "1.0.3",
9+
"Microsoft.AspNetCore.TestHost": "1.0.4",
1010
"Microsoft.Extensions.Logging.Testing": "1.0.2",
1111
"xunit": "2.1.0"
1212
},

0 commit comments

Comments
 (0)