44 lines
1.0 KiB
JSON
44 lines
1.0 KiB
JSON
{
|
|
"dependencies": {
|
|
"DatabaseErrorPageSample": "1.0.0",
|
|
"DeveloperExceptionPageSample": "1.0.0",
|
|
"ElmPageSample": "1.0.0",
|
|
"ExceptionHandlerSample": "1.0.0",
|
|
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*",
|
|
"Microsoft.AspNetCore.TestHost": "1.0.0-*",
|
|
"Microsoft.AspNetCore.Testing": "1.0.0-*",
|
|
"Microsoft.NETCore.Platforms": "1.0.1-*",
|
|
"MiddlewareAnalysisSample": "1.0.0",
|
|
"RuntimeInfoPageSample": "1.0.0",
|
|
"StatusCodePagesSample": "1.0.0",
|
|
"WelcomePageSample": "1.0.0",
|
|
"xunit": "2.1.0"
|
|
},
|
|
"exclude": [
|
|
"wwwroot",
|
|
"node_modules",
|
|
"bower_components"
|
|
],
|
|
"frameworks": {
|
|
"netstandardapp1.5": {
|
|
"imports": [
|
|
"dnxcore50",
|
|
"portable-net451+win8"
|
|
],
|
|
"dependencies": {
|
|
"dotnet-test-xunit": "1.0.0-dev-*"
|
|
}
|
|
},
|
|
"net451": {
|
|
"dependencies": {
|
|
"xunit.runner.console": "2.1.0"
|
|
}
|
|
}
|
|
},
|
|
"testRunner": "xunit",
|
|
"publishExclude": [
|
|
"**.user",
|
|
"**.vspscc"
|
|
],
|
|
"version": "1.0.0-*"
|
|
} |