39 lines
924 B
JSON
39 lines
924 B
JSON
{
|
|
"version": "1.0.0-*",
|
|
"dependencies": {
|
|
"Microsoft.AspNetCore.IISPlatformHandler": "1.0.0-*",
|
|
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*",
|
|
"Microsoft.AspNetCore.WebUtilities": "1.0.0-*",
|
|
"Microsoft.Extensions.Configuration.EnvironmentVariables": "1.0.0-*",
|
|
"Microsoft.Extensions.Configuration.Json": "1.0.0-*",
|
|
"Microsoft.Extensions.Logging.Console": "1.0.0-*",
|
|
"xunit.runner.aspnet": "2.0.0-aspnet-*"
|
|
},
|
|
"frameworks": {
|
|
"dnx451": {},
|
|
"dnxcore50": {
|
|
"dependencies": {
|
|
"System.Net.Primitives": "4.0.11-*",
|
|
"System.Runtime": "4.0.21-*"
|
|
}
|
|
}
|
|
},
|
|
"commands": {
|
|
"web": "TestSites"
|
|
},
|
|
"compilationOptions": {
|
|
"emitEntryPoint": true
|
|
},
|
|
"publishExclude": [
|
|
"node_modules",
|
|
"bower_components",
|
|
"**.xproj",
|
|
"**.user",
|
|
"**.vspscc"
|
|
],
|
|
"exclude": [
|
|
"wwwroot",
|
|
"node_modules",
|
|
"bower_components"
|
|
]
|
|
} |