24 lines
714 B
JSON
24 lines
714 B
JSON
{
|
|
"dependencies": {
|
|
"dotnet-test-xunit": "2.2.0-*",
|
|
"Microsoft.AspNetCore.Server.Testing": "0.2.0-*",
|
|
"Microsoft.AspNetCore.Testing": "1.1.0-*",
|
|
"Microsoft.Extensions.Logging": "1.1.0-*",
|
|
"Microsoft.Extensions.Logging.Console": "1.1.0-*",
|
|
"Microsoft.Extensions.PlatformAbstractions": "1.1.0-*",
|
|
"System.Diagnostics.FileVersionInfo": "4.0.0",
|
|
"xunit": "2.2.0-*"
|
|
},
|
|
"testRunner": "xunit",
|
|
"frameworks": {
|
|
"netcoreapp1.0": {
|
|
"dependencies": {
|
|
"Microsoft.NETCore.App": {
|
|
"version": "1.0.0-*",
|
|
"type": "platform"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|