2016-01-22 18:40:01 +00:00
|
|
|
{
|
2016-01-29 00:16:50 +00:00
|
|
|
"version": "1.0.0-*",
|
|
|
|
"dependencies": {
|
2016-04-07 20:06:11 +00:00
|
|
|
"Microsoft.NETCore.App": {
|
|
|
|
"type": "platform",
|
2016-06-14 08:14:53 +00:00
|
|
|
"version": "1.0.0"
|
2016-04-07 20:06:11 +00:00
|
|
|
},
|
2016-06-14 08:14:53 +00:00
|
|
|
"System.Runtime.Serialization.Primitives": "4.1.1",
|
2016-05-16 19:01:13 +00:00
|
|
|
"Microsoft.DotNet.TestFramework": {
|
|
|
|
"target": "project"
|
|
|
|
},
|
2016-03-12 05:28:08 +00:00
|
|
|
"Microsoft.DotNet.Tools.Tests.Utilities": {
|
|
|
|
"target": "project"
|
|
|
|
},
|
2016-08-09 21:26:14 +00:00
|
|
|
"xunit": "2.2.0-beta3-build3330",
|
2016-03-23 22:58:50 +00:00
|
|
|
"xunit.netcore.extensions": "1.0.0-prerelease-00206",
|
2016-08-09 23:17:10 +00:00
|
|
|
"dotnet-test-xunit": "1.0.0-rc2-330423-54",
|
2016-06-14 08:14:53 +00:00
|
|
|
"System.Runtime.InteropServices.RuntimeInformation": "4.0.0"
|
2016-01-29 00:16:50 +00:00
|
|
|
},
|
|
|
|
"frameworks": {
|
2016-04-15 05:25:53 +00:00
|
|
|
"netcoreapp1.0": {
|
|
|
|
"imports": [
|
2016-04-11 23:11:16 +00:00
|
|
|
"dotnet5.4",
|
|
|
|
"portable-net451+win8"
|
2016-04-15 05:25:53 +00:00
|
|
|
]
|
|
|
|
}
|
2016-01-29 00:16:50 +00:00
|
|
|
},
|
|
|
|
"testRunner": "xunit"
|
2016-01-06 02:11:38 +00:00
|
|
|
}
|