aspnetcore/src/Microsoft.AspNet.WebUtilities/project.json

20 lines
596 B
JSON

{
"version": "1.0.0-*",
"description": "ASP.NET 5 common helper methods such as URL encoding.",
"dependencies": {
},
"frameworks": {
"aspnet50": { },
"aspnetcore50": {
"dependencies": {
"System.Collections": "4.0.10-beta-*",
"System.Diagnostics.Debug": "4.0.10-beta-*",
"System.IO": "4.0.10-beta-*",
"System.IO.FileSystem": "4.0.0-beta-*",
"System.Runtime": "4.0.20-beta-*",
"System.Runtime.Extensions": "4.0.10-beta-*"
}
}
}
}