aspnetcore/test/Microsoft.AspNetCore.WebUti.../project.json

23 lines
480 B
JSON

{
"dependencies": {
"dotnet-test-xunit": "2.2.0-*",
"Microsoft.AspNetCore.WebUtilities": "1.1.0-*",
"xunit": "2.2.0-*"
},
"buildOptions": {
"warningsAsErrors": true
},
"testRunner": "xunit",
"frameworks": {
"netcoreapp1.0": {
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.0.0-*",
"type": "platform"
},
"System.Text.Encoding.Extensions": "4.0.11-*"
}
},
"net451": {}
}
}