38 lines
1019 B
JSON
38 lines
1019 B
JSON
{
|
|
"dependencies": {
|
|
"DatabaseErrorPageSample": "1.0.0",
|
|
"DeveloperExceptionPageSample": "1.0.0",
|
|
"ElmPageSample": "1.0.0",
|
|
"ExceptionHandlerSample": "1.0.0",
|
|
"Microsoft.AspNetCore.IISPlatformHandler": "1.0.0-*",
|
|
"Microsoft.AspNetCore.Mvc.Core": "1.0.0-*",
|
|
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*",
|
|
"Microsoft.AspNetCore.TestHost": "1.0.0-*",
|
|
"Microsoft.AspNetCore.Testing": "1.0.0-*",
|
|
"Microsoft.NETCore.Platforms": "1.0.1-*",
|
|
"MiddlewareAnalysisSample": "1.0.0",
|
|
"RuntimeInfoPageSample": "1.0.0",
|
|
"StatusCodePagesSample": "1.0.0",
|
|
"WelcomePageSample": "1.0.0",
|
|
"xunit.runner.aspnet": "2.0.0-aspnet-*"
|
|
},
|
|
"exclude": [
|
|
"wwwroot",
|
|
"node_modules",
|
|
"bower_components"
|
|
],
|
|
"frameworks": {
|
|
"dnxcore50": {
|
|
"imports": "portable-net451+win8",
|
|
"dependencies": {
|
|
"dotnet-test-xunit": "1.0.0-dev-*"
|
|
}
|
|
},
|
|
"dnx451": {}
|
|
},
|
|
"publishExclude": [
|
|
"**.user",
|
|
"**.vspscc"
|
|
],
|
|
"version": "1.0.0-*"
|
|
} |