Addres PR feedback
Use 'Microsoft.AspNetCore.Hosting' instead of super old 'Microsoft.AspNet.Hosting'.
This commit is contained in:
parent
91adaa2b8c
commit
b0a504e952
2 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
|||
"version": "1.0.0-*",
|
||||
"dependencies": {
|
||||
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-rc2-20113",
|
||||
"Microsoft.AspNet.Hosting": "1.0.0-rc2-16253",
|
||||
"Microsoft.AspNetCore.Hosting": "1.0.0-rc2-20113",
|
||||
"Microsoft.Extensions.Logging.Console": "1.0.0-rc2-20254"
|
||||
},
|
||||
"compilationOptions": {
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
"version": "1.0.0-*",
|
||||
"dependencies": {
|
||||
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-rc2-20113",
|
||||
"Microsoft.AspNet.Hosting": "1.0.0-rc2-16253",
|
||||
"Microsoft.AspNetCore.Hosting": "1.0.0-rc2-20113",
|
||||
"Microsoft.Extensions.Logging.Console": "1.0.0-rc2-20254"
|
||||
},
|
||||
"compilationOptions": {
|
||||
|
|
Loading…
Reference in a new issue