49 lines
1.4 KiB
JSON
49 lines
1.4 KiB
JSON
{
|
|
"buildOptions": {
|
|
"warningsAsErrors": true,
|
|
"compile": {
|
|
"include": [
|
|
"../../shared/**/*.cs"
|
|
]
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"dotnet-test-xunit": "1.0.0-*",
|
|
"Microsoft.AspNetCore.Authentication.Cookies": "1.0.0-*",
|
|
"Microsoft.AspNetCore.Authentication.OpenIdConnect": "1.0.0-*",
|
|
"Microsoft.AspNetCore.Identity": "1.0.0-*",
|
|
"Microsoft.AspNetCore.Server.Testing": "0.1.0-*",
|
|
"Microsoft.AspNetCore.WebUtilities": "1.0.0-*",
|
|
"Microsoft.Extensions.Configuration.Binder": "1.0.0-*",
|
|
"Microsoft.Extensions.Configuration.EnvironmentVariables": "1.0.0-*",
|
|
"Microsoft.Extensions.Configuration.Json": "1.0.0-*",
|
|
"Microsoft.Extensions.Configuration.UserSecrets": "1.0.0-*",
|
|
"Microsoft.Extensions.Logging": "1.0.0-*",
|
|
"Microsoft.Extensions.Logging.Console": "1.0.0-*",
|
|
"xunit": "2.1.0"
|
|
},
|
|
"frameworks": {
|
|
"netcoreapp1.0": {
|
|
"dependencies": {
|
|
"Microsoft.NETCore.App": {
|
|
"version": "1.0.0-*",
|
|
"type": "platform"
|
|
},
|
|
"System.Data.SqlClient": "4.1.0-*",
|
|
"System.Xml.XmlDocument": "4.0.1-*"
|
|
},
|
|
"imports": [
|
|
"dnxcore50",
|
|
"portable-net451+win8"
|
|
]
|
|
}
|
|
},
|
|
"tools": {
|
|
"Microsoft.Extensions.SecretManager.Tools": {
|
|
"version": "1.0.0-*",
|
|
"imports": "portable-net451+win8"
|
|
}
|
|
},
|
|
"testRunner": "xunit",
|
|
"userSecretsId": "MusicStore.E2ETests"
|
|
} |