Target minimal TFMs
This commit is contained in:
parent
06c818c9e5
commit
0e95ce9a8e
|
|
@ -17,19 +17,13 @@
|
||||||
"System.Text.Encodings.Web": "4.0.0-*"
|
"System.Text.Encodings.Web": "4.0.0-*"
|
||||||
},
|
},
|
||||||
"frameworks": {
|
"frameworks": {
|
||||||
"net451": {
|
"netstandard1.0": {
|
||||||
"frameworkAssemblies": {
|
|
||||||
"System.IO": { "type": "build" },
|
|
||||||
"System.Runtime": { "type": "build" }
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"netstandard1.3": {
|
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"System.Collections": "4.0.11-*",
|
"System.Collections": "4.0.11-*",
|
||||||
"System.Resources.ResourceManager": "4.0.1-*"
|
"System.Resources.ResourceManager": "4.0.1-*"
|
||||||
},
|
},
|
||||||
"imports": [
|
"imports": [
|
||||||
"dotnet5.4"
|
"dotnet5.1"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -20,15 +20,9 @@
|
||||||
"System.Text.Encodings.Web": "4.0.0-*"
|
"System.Text.Encodings.Web": "4.0.0-*"
|
||||||
},
|
},
|
||||||
"frameworks": {
|
"frameworks": {
|
||||||
"net451": {
|
"netstandard1.0": {
|
||||||
"frameworkAssemblies": {
|
|
||||||
"System.IO": { "type": "build" },
|
|
||||||
"System.Runtime": { "type": "build" }
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"netstandard1.3": {
|
|
||||||
"imports": [
|
"imports": [
|
||||||
"dotnet5.4"
|
"dotnet5.1"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -22,8 +22,9 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"net451": {
|
"net451": {
|
||||||
"dependencies": {
|
"frameworkAssemblies": {
|
||||||
"xunit.runner.console": "2.1.0"
|
"System.IO": { "type": "build" },
|
||||||
|
"System.Runtime": { "type": "build" }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -22,8 +22,8 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"net451": {
|
"net451": {
|
||||||
"dependencies": {
|
"frameworkAssemblies": {
|
||||||
"xunit.runner.console": "2.1.0"
|
"System.Runtime": { "type": "build" }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue