Add a reference to Microsoft.Extensions.PlatformAbstractions to fix build break
This commit is contained in:
parent
2c7368a6b3
commit
5b605f511e
|
|
@ -9,6 +9,7 @@
|
|||
"Microsoft.AspNetCore.Server.Testing": "0.1.0-*",
|
||||
"Microsoft.Extensions.Logging": "1.0.0-*",
|
||||
"Microsoft.Extensions.Logging.Console": "1.0.0-*",
|
||||
"Microsoft.Extensions.PlatformAbstractions": "1.0.0-*",
|
||||
"xunit": "2.1.0"
|
||||
},
|
||||
"frameworks": {
|
||||
|
|
|
|||
Loading…
Reference in New Issue