6ae044e5e1
Fix all test project.jsons to be portable apps.
36 lines
818 B
JSON
36 lines
818 B
JSON
{
|
|
"version": "1.0.0-*",
|
|
"dependencies": {
|
|
"Microsoft.NETCore.App": {
|
|
"type": "platform",
|
|
"version": "1.0.0-rc2-*"
|
|
},
|
|
"Microsoft.Extensions.Testing.Abstractions": {
|
|
"target": "project"
|
|
},
|
|
"System.Runtime.Serialization.Primitives": "4.1.1-rc2-24008",
|
|
"Microsoft.DotNet.Tools.Tests.Utilities": {
|
|
"target": "project"
|
|
},
|
|
"TestAppWithFullPdbs": {
|
|
"target": "project"
|
|
},
|
|
"TestAppWithPortablePdbs": {
|
|
"target": "project"
|
|
},
|
|
"xunit": "2.1.0",
|
|
"dotnet-test-xunit": "1.0.0-dev-128011-22",
|
|
"FluentAssertions": "4.2.2"
|
|
},
|
|
"frameworks": {
|
|
"netcoreapp1.0": {
|
|
"imports": [
|
|
"netstandardapp1.5",
|
|
"dnxcore50",
|
|
"netstandard1.3",
|
|
"portable-net45+win8"
|
|
]
|
|
}
|
|
},
|
|
"testRunner": "xunit"
|
|
}
|