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

44 lines
1 KiB
JSON
Raw Normal View History

2016-01-22 18:40:01 +00:00
{
"version": "1.0.0-*",
"buildOptions": {
"keyFile": "../../tools/Key.snk",
"copyToOutput": {
"include": [
"../../artifacts/*/stage2/sdk/*/.version"
],
"mappings": {
".version": "../../artifacts/*/stage2/sdk/*/.version"
}
}
},
"dependencies": {
"Microsoft.NETCore.App": {
"type": "platform",
"version": "1.0.1"
},
"System.Runtime.Serialization.Primitives": "4.1.1",
"Microsoft.DotNet.TestFramework": {
"target": "project"
},
"Microsoft.DotNet.Tools.Tests.Utilities": {
"target": "project"
},
"Microsoft.DotNet.Cli.Utils": {
"target": "project"
},
"xunit": "2.2.0-beta3-build3330",
"xunit.netcore.extensions": "1.0.0-prerelease-00206",
"dotnet-test-xunit": "1.0.0-rc2-350904-49",
"System.Runtime.InteropServices.RuntimeInformation": "4.0.0"
},
"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"
}