24 lines
614 B
JSON
24 lines
614 B
JSON
{
|
|
"compilationOptions": {
|
|
"warningsAsErrors": true
|
|
},
|
|
"dependencies": {
|
|
"Microsoft.NETCore.Platforms": "1.0.1-*",
|
|
"Microsoft.AspNetCore.Authentication.Cookies": "1.0.0-*",
|
|
"Microsoft.AspNetCore.TestHost": "1.0.0-*",
|
|
"Microsoft.Owin.Security.Cookies": "3.0.1",
|
|
"Microsoft.Owin.Security.Interop": "1.0.0-*",
|
|
"Microsoft.Owin.Testing": "3.0.1",
|
|
"xunit": "2.1.0",
|
|
"xunit.runner.console": "2.1.0"
|
|
},
|
|
"frameworks": {
|
|
"net451": {
|
|
"frameworkAssemblies": {
|
|
"System.Runtime": "",
|
|
"System.Threading.Tasks": ""
|
|
}
|
|
}
|
|
},
|
|
"testRunner": "xunit"
|
|
} |