dotnet-installer/test/TestingAbstractions/TestAppWithFullPdbs/project.json
Eric Erhardt a567bb8697 Fix test project imports to be consistent.
- Every project.json needs portable-net451+win8 and dotnet5.4 imports (required by dotnet-test-xunit).
- If a test references NuGet, it also needs "netstandardapp1.5", because that the TFM NuGet uses currently.
2016-04-21 11:42:30 -05:00

12 lines
201 B
JSON

{
"version": "1.0.0-*",
"compilationOptions": {
"debugType": "full"
},
"dependencies": {
"NETStandard.Library": "1.5.0-rc2-24018"
},
"frameworks": {
"netstandard1.5": { }
}
}