32 lines
867 B
JSON
32 lines
867 B
JSON
{
|
|
"compilationOptions": {
|
|
"warningsAsErrors": true
|
|
},
|
|
"compile": [
|
|
"../../shared/**/*.cs"
|
|
],
|
|
"dependencies": {
|
|
"Microsoft.AspNetCore.Authentication.OpenIdConnect": "0.1.0-*",
|
|
"Microsoft.AspNetCore.Server.Testing": "1.0.0-*",
|
|
"Microsoft.AspNetCore.WebUtilities": "1.0.0-*",
|
|
"Microsoft.Extensions.Configuration.EnvironmentVariables": "1.0.0-*",
|
|
"Microsoft.Extensions.Logging.Console": "1.0.0-*",
|
|
"Microsoft.NETCore.Platforms": "1.0.1-*",
|
|
"xunit": "2.1.0"
|
|
},
|
|
"frameworks": {
|
|
"netstandardapp1.5": {
|
|
"dependencies": {
|
|
"System.Data.SqlClient": "4.0.0-*",
|
|
"System.Net.Http": "4.0.1-*",
|
|
"System.Xml.XmlDocument": "4.0.0-*",
|
|
"dotnet-test-xunit": "1.0.0-dev-*"
|
|
},
|
|
"imports": [
|
|
"dnxcore50",
|
|
"portable-net451+win8"
|
|
]
|
|
}
|
|
},
|
|
"testRunner": "xunit"
|
|
} |