18 lines
452 B
JSON
18 lines
452 B
JSON
{
|
|
"buildOptions": {
|
|
"warningsAsErrors": true
|
|
},
|
|
"dependencies": {
|
|
"dotnet-test-xunit": "2.2.0-*",
|
|
"Microsoft.AspNetCore.Authentication.Cookies": "1.1.0-*",
|
|
"Microsoft.AspNetCore.TestHost": "1.1.0-*",
|
|
"Microsoft.Owin.Security.Cookies": "3.0.1",
|
|
"Microsoft.Owin.Security.Interop": "1.1.0-*",
|
|
"Microsoft.Owin.Testing": "3.0.1",
|
|
"xunit": "2.2.0-*"
|
|
},
|
|
"frameworks": {
|
|
"net451": {}
|
|
},
|
|
"testRunner": "xunit"
|
|
} |