Updating dependency versions in the sample project
This commit is contained in:
parent
bc6fff40e6
commit
c46a019a6b
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue