Updating dependency versions in the sample project

This commit is contained in:
moozzyk 2016-10-13 16:25:45 -07:00
parent bc6fff40e6
commit c46a019a6b
1 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
"dependencies": {
"Microsoft.AspNetCore.ResponseCaching": "1.0.0",
"Microsoft.AspNetCore.Server.IISIntegration": "1.0.0",
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0",
"Microsoft.AspNetCore.Server.Kestrel": "1.0.1",
"Microsoft.Extensions.Caching.Memory": "1.0.0"
},
"buildOptions": {
@ -13,7 +13,7 @@
"netcoreapp1.0": {
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.0.0",
"version": "1.0.1",
"type": "platform"
}
}