2016-05-12 10:24:57 -05:00
|
|
|
{
|
|
|
|
"version": "1.0.0-*",
|
|
|
|
"dependencies": {
|
|
|
|
"Microsoft.NETCore.App": {
|
|
|
|
"type": "platform",
|
2016-08-30 09:52:35 -07:00
|
|
|
"version": "1.0.1"
|
2016-05-12 10:24:57 -05:00
|
|
|
},
|
2016-06-14 03:14:53 -05:00
|
|
|
"System.Runtime.Serialization.Primitives": "4.1.1",
|
2016-05-12 10:24:57 -05:00
|
|
|
"dotnet": {
|
|
|
|
"target": "project"
|
|
|
|
},
|
|
|
|
"Microsoft.DotNet.Tools.Tests.Utilities": {
|
|
|
|
"target": "project"
|
|
|
|
},
|
|
|
|
"xunit": "2.1.0",
|
2016-05-13 20:24:22 -05:00
|
|
|
"moq.netcore": "4.4.0-beta8",
|
2016-05-17 14:53:18 -07:00
|
|
|
"dotnet-test-xunit": "1.0.0-rc2-192208-24"
|
2016-05-12 10:24:57 -05:00
|
|
|
},
|
|
|
|
"frameworks": {
|
|
|
|
"netcoreapp1.0": {
|
|
|
|
"imports": [
|
|
|
|
"dotnet5.4",
|
|
|
|
"portable-net451+win8"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"testRunner": "xunit"
|
|
|
|
}
|