dotnet-installer/test/dotnet-nuget.UnitTests/project.json

29 lines
602 B
JSON
Raw Normal View History

2016-08-10 17:50:18 +00:00
{
"version": "1.0.0-*",
"dependencies": {
"Microsoft.NETCore.App": {
"type": "platform",
"version": "1.0.1"
2016-08-10 17:50:18 +00:00
},
"System.Runtime.Serialization.Primitives": "4.1.1",
"dotnet": {
"target": "project"
},
"Microsoft.DotNet.Tools.Tests.Utilities": {
"target": "project"
},
2016-08-27 22:57:14 +00:00
"xunit": "2.2.0-beta3-build3330",
"dotnet-test-xunit": "1.0.0-rc2-350904-49",
2016-08-27 22:57:14 +00:00
"moq.netcore": "4.4.0-beta8"
2016-08-10 17:50:18 +00:00
},
"frameworks": {
"netcoreapp1.0": {
"imports": [
"dotnet5.4",
"portable-net451+win8"
]
}
},
"testRunner": "xunit"
}