dotnet-installer/test/Microsoft.DotNet.Compiler.Common.Tests/project.json

31 lines
674 B
JSON
Raw Normal View History

{
"version": "1.0.0-*",
"dependencies": {
"Microsoft.NETCore.App": {
"type": "platform",
2016-06-04 05:00:28 +00:00
"version": "1.0.0-rc3-004397"
},
"System.Runtime.Serialization.Primitives": "4.1.1-rc3-24201-00",
"Microsoft.DotNet.Tools.Tests.Utilities": {
"target": "project"
},
"Microsoft.DotNet.ProjectModel": {
"target": "project"
},
"Microsoft.DotNet.Compiler.Common": {
"target": "project"
},
"xunit": "2.1.0",
"dotnet-test-xunit": "1.0.0-rc2-192208-24"
},
"frameworks": {
"netcoreapp1.0": {
"imports": [
"dotnet5.4",
"portable-net451+win8"
]
}
},
"testRunner": "xunit"
}