dotnet-installer/TestAssets/TestProjects/ProjectsWithTests/MultipleFrameworkProject/project.json

28 lines
677 B
JSON
Raw Normal View History

{
"version": "1.0.0-*",
"dependencies": {
"dotnet-test-xunit": "1.0.0-rc2-192208-24",
"Microsoft.NETCore.Platforms": "1.0.1-rc3-24206-00",
"xunit": "2.1.0"
},
"frameworks": {
"netcoreapp1.0": {
"imports": [
"dotnet",
"portable-dnxcore50+net45+win8+wp8+wpa81",
"portable-net45+win8"
],
"dependencies": {
"Microsoft.NETCore.App": {
"type": "platform",
"version": "1.0.0-rc3-004404"
},
"System.Linq.Expressions": "4.1.0-rc3-24206-00",
"System.Runtime.Serialization.Primitives": "4.1.1-rc3-24206-00"
}
},
2016-04-27 05:41:53 +00:00
"net451": {}
},
"testRunner": "xunit"
}