03be0e56d4
* WIP * Do not add runtime identifiers for libraries * Reusing an existing test project * Fix up tests
16 lines
267 B
JSON
16 lines
267 B
JSON
{
|
|
"version": "1.0.0-*",
|
|
"frameworks": {
|
|
"netstandard1.6": {
|
|
"dependencies": {
|
|
"NETStandard.Library": "1.6"
|
|
}
|
|
},
|
|
"netstandard1.3": {
|
|
"dependencies": {
|
|
"NETStandard.Library": "1.3"
|
|
}
|
|
},
|
|
"net451": {}
|
|
}
|
|
}
|