dotnet-installer/test/TestProjects/TestLibraryWithRunner/project.json

14 lines
275 B
JSON
Raw Normal View History

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