Browse Source

Pin missing RC2 dependencies

pull/107/head
Kévin Chalet 10 years ago
parent
commit
99f3627210
  1. 2
      samples/Mvc.Client/project.json
  2. 2
      samples/Mvc.Server/project.json

2
samples/Mvc.Client/project.json

@ -42,7 +42,7 @@
"tools": {
"Microsoft.AspNetCore.Server.IISIntegration.Tools": {
"version": "1.0.0-*",
"version": "1.0.0-rc2-*",
"imports": "portable-net45+wp80+win8+wpa81+dnxcore50"
}
},

2
samples/Mvc.Server/project.json

@ -47,7 +47,7 @@
"tools": {
"Microsoft.AspNetCore.Server.IISIntegration.Tools": {
"version": "1.0.0-*",
"version": "1.0.0-rc2-*",
"imports": "portable-net45+wp80+win8+wpa81+dnxcore50"
}
},

Loading…
Cancel
Save