21 lines
501 B
JSON
21 lines
501 B
JSON
{
|
|
"dependencies": {
|
|
"dotnet-test-xunit": "2.2.0-*",
|
|
"Microsoft.AspNetCore.DataProtection.Abstractions": "1.1.0-*",
|
|
"Microsoft.AspNetCore.DataProtection.Redis": "1.1.0-*",
|
|
"Microsoft.AspNetCore.Testing": "1.1.0-*",
|
|
"Moq": "4.6.36-*",
|
|
"xunit": "2.2.0-*"
|
|
},
|
|
"frameworks": {
|
|
"net451": {}
|
|
},
|
|
"testRunner": "xunit",
|
|
"buildOptions": {
|
|
"warningsAsErrors": true,
|
|
"keyFile": "../../tools/Key.snk",
|
|
"compile": {
|
|
"include": "../common/**/*.cs"
|
|
}
|
|
}
|
|
} |