Target minimal TFMs

This commit is contained in:
Pranav K 2016-03-12 08:22:32 -08:00
parent 06c818c9e5
commit 0e95ce9a8e
4 changed files with 9 additions and 20 deletions

View File

@ -17,19 +17,13 @@
"System.Text.Encodings.Web": "4.0.0-*"
},
"frameworks": {
"net451": {
"frameworkAssemblies": {
"System.IO": { "type": "build" },
"System.Runtime": { "type": "build" }
}
},
"netstandard1.3": {
"netstandard1.0": {
"dependencies": {
"System.Collections": "4.0.11-*",
"System.Resources.ResourceManager": "4.0.1-*"
},
"imports": [
"dotnet5.4"
"dotnet5.1"
]
}
}

View File

@ -20,15 +20,9 @@
"System.Text.Encodings.Web": "4.0.0-*"
},
"frameworks": {
"net451": {
"frameworkAssemblies": {
"System.IO": { "type": "build" },
"System.Runtime": { "type": "build" }
}
},
"netstandard1.3": {
"netstandard1.0": {
"imports": [
"dotnet5.4"
"dotnet5.1"
]
}
}

View File

@ -22,8 +22,9 @@
]
},
"net451": {
"dependencies": {
"xunit.runner.console": "2.1.0"
"frameworkAssemblies": {
"System.IO": { "type": "build" },
"System.Runtime": { "type": "build" }
}
}
}

View File

@ -22,8 +22,8 @@
]
},
"net451": {
"dependencies": {
"xunit.runner.console": "2.1.0"
"frameworkAssemblies": {
"System.Runtime": { "type": "build" }
}
}
}