25 lines
500 B
JSON
25 lines
500 B
JSON
{
|
|
"dependencies": {
|
|
"AntiforgerySample": "1.2.0-*",
|
|
"dotnet-test-xunit": "2.2.0-*",
|
|
"Microsoft.AspNetCore.TestHost": "1.2.0-*",
|
|
"Moq": "4.6.36-*",
|
|
"xunit": "2.2.0-*"
|
|
},
|
|
"testRunner": "xunit",
|
|
"frameworks": {
|
|
"netcoreapp1.1": {
|
|
"dependencies": {
|
|
"Microsoft.NETCore.App": {
|
|
"version": "1.2.0-*",
|
|
"type": "platform"
|
|
}
|
|
}
|
|
},
|
|
"net451": {
|
|
"frameworkAssemblies": {
|
|
"System.Net.Http": ""
|
|
}
|
|
}
|
|
}
|
|
} |