48 lines
1.4 KiB
JSON
48 lines
1.4 KiB
JSON
{
|
|
"buildOptions": {
|
|
"warningsAsErrors": true
|
|
},
|
|
"dependencies": {
|
|
"dotnet-test-xunit": "2.2.0-*",
|
|
"Microsoft.AspNetCore.Authentication.Cookies": "1.2.0-*",
|
|
"Microsoft.AspNetCore.Authentication.OpenIdConnect": "1.2.0-*",
|
|
"Microsoft.AspNetCore.Identity": "1.2.0-*",
|
|
"Microsoft.AspNetCore.Server.IntegrationTesting": "0.3.0-*",
|
|
"Microsoft.AspNetCore.WebUtilities": "1.2.0-*",
|
|
"Microsoft.Extensions.Configuration.Binder": "1.2.0-*",
|
|
"Microsoft.Extensions.Configuration.EnvironmentVariables": "1.2.0-*",
|
|
"Microsoft.Extensions.Configuration.Json": "1.2.0-*",
|
|
"Microsoft.Extensions.Configuration.UserSecrets": "1.2.0-*",
|
|
"Microsoft.Extensions.Logging": "1.2.0-*",
|
|
"Microsoft.Extensions.Logging.Console": "1.2.0-*",
|
|
"Microsoft.NETCore.App": {
|
|
"version": "1.1.0-*",
|
|
"type": "platform"
|
|
},
|
|
"System.Data.SqlClient": "4.3.0-*",
|
|
"System.Xml.XmlDocument": "4.3.0-*",
|
|
"xunit": "2.2.0-*"
|
|
},
|
|
"frameworks": {
|
|
"netcoreapp1.1": {}
|
|
},
|
|
"tools": {
|
|
"Microsoft.Extensions.SecretManager.Tools": "1.0.0-*"
|
|
},
|
|
"testRunner": "xunit",
|
|
"userSecretsId": "MusicStore.E2ETests",
|
|
"runtimes": {
|
|
"win7-x86": {},
|
|
"win7-x64": {},
|
|
|
|
"osx.10.10-x64": {},
|
|
"osx.10.11-x64": {},
|
|
|
|
"ubuntu.14.04-x64": {},
|
|
"ubuntu.14.10-x64": {},
|
|
"ubuntu.15.04-x64": {},
|
|
"ubuntu.16.04-x64": {},
|
|
"centos.7-x64": {},
|
|
"debian.8-x64": {}
|
|
}
|
|
} |