dotnet-installer/test/TestProjects/TestLibraryWithRunner/project.json
2016-01-19 11:43:09 -08:00

13 lines
275 B
JSON

{
"version": "1.0.0-*",
"testRunner": "xunit",
"dependencies": {
"Microsoft.AspNet.Mvc.Formatters.Json": "6.0.0-rc1-final",
"Newtonsoft.Json": "3.5.8",
"System.Runtime": "4.0.0"
},
"frameworks": {
"dnx451": { }
}
}