2016-01-31 09:25:01 +00:00
|
|
|
{
|
2016-03-12 05:28:08 +00:00
|
|
|
"version": "1.0.0-*",
|
|
|
|
"dependencies": {
|
2016-04-07 20:06:11 +00:00
|
|
|
"Microsoft.NETCore.App": {
|
|
|
|
"type": "platform",
|
2016-05-10 20:22:58 +00:00
|
|
|
"version": "1.0.0-rc3-*"
|
2016-04-07 20:06:11 +00:00
|
|
|
},
|
2016-04-27 05:41:53 +00:00
|
|
|
"System.Runtime.Serialization.Primitives": "4.1.1-rc2-24027",
|
2016-03-12 05:28:08 +00:00
|
|
|
"Microsoft.DotNet.Tools.Tests.Utilities": {
|
|
|
|
"target": "project"
|
2016-01-31 09:25:01 +00:00
|
|
|
},
|
2016-03-12 05:28:08 +00:00
|
|
|
"Microsoft.DotNet.ProjectModel": {
|
|
|
|
"target": "project"
|
2016-02-03 22:23:44 +00:00
|
|
|
},
|
2016-03-12 05:28:08 +00:00
|
|
|
"Microsoft.DotNet.Compiler.Common": {
|
|
|
|
"target": "project"
|
|
|
|
},
|
|
|
|
"xunit": "2.1.0",
|
2016-05-01 00:29:16 +00:00
|
|
|
"dotnet-test-xunit": "1.0.0-rc2-173361-36"
|
2016-03-12 05:28:08 +00:00
|
|
|
},
|
|
|
|
"frameworks": {
|
2016-04-07 20:06:11 +00:00
|
|
|
"netcoreapp1.0": {
|
2016-03-12 05:28:08 +00:00
|
|
|
"imports": [
|
2016-04-11 23:11:16 +00:00
|
|
|
"dotnet5.4",
|
|
|
|
"portable-net451+win8"
|
2016-03-12 05:28:08 +00:00
|
|
|
]
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"testRunner": "xunit"
|
2016-01-31 09:25:01 +00:00
|
|
|
}
|