Browse Source

React to version changes in aspnet/IISIntegration

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

2
samples/Mvc.Client/project.json

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

2
samples/Mvc.Server/project.json

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

Loading…
Cancel
Save