dotnet-installer/test/dotnet-publish.Tests/project.json

28 lines
711 B
JSON
Raw Normal View History

2016-01-22 18:40:01 +00:00
{
"version": "1.0.0-*",
"dependencies": {
"Microsoft.NETCore.App": {
"type": "platform",
"version": "1.0.0-rc2-*"
},
2016-04-27 05:41:53 +00:00
"System.Runtime.Serialization.Primitives": "4.1.1-rc2-24027",
2016-05-04 19:25:06 +00:00
"Microsoft.DotNet.TestFramework": "1.0.0-preview1-*",
"Microsoft.DotNet.Tools.Tests.Utilities": {
"target": "project"
},
"xunit": "2.1.0",
"xunit.netcore.extensions": "1.0.0-prerelease-00206",
2016-05-01 00:29:16 +00:00
"dotnet-test-xunit": "1.0.0-rc2-173361-36",
2016-04-27 05:41:53 +00:00
"System.Runtime.InteropServices.RuntimeInformation": "4.0.0-rc2-24027"
},
"frameworks": {
2016-04-15 05:25:53 +00:00
"netcoreapp1.0": {
"imports": [
"dotnet5.4",
"portable-net451+win8"
2016-04-15 05:25:53 +00:00
]
}
},
"testRunner": "xunit"
}