dotnet-installer/TestAssets/TestProjects/ProjectWithTests/project.json

20 lines
443 B
JSON
Raw Normal View History

{
"version": "1.0.0-*",
"dependencies": {
"NETStandard.Library": "1.5.0-rc2-23930",
"System.Linq.Expressions": "4.0.11-rc2-23930",
"System.Runtime.Serialization.Primitives": "4.1.1-rc2-23930",
"xunit": "2.1.0",
"dotnet-test-xunit": "1.0.0-dev-128011-22"
},
"frameworks": {
"netstandardapp1.5": {
"imports": [
"dnxcore50",
"portable-net45+win8"
]
}
},
"testRunner": "xunit"
}