Target minimal TFMs
This commit is contained in:
parent
06c818c9e5
commit
0e95ce9a8e
|
|
@ -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"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -22,8 +22,9 @@
|
|||
]
|
||||
},
|
||||
"net451": {
|
||||
"dependencies": {
|
||||
"xunit.runner.console": "2.1.0"
|
||||
"frameworkAssemblies": {
|
||||
"System.IO": { "type": "build" },
|
||||
"System.Runtime": { "type": "build" }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -22,8 +22,8 @@
|
|||
]
|
||||
},
|
||||
"net451": {
|
||||
"dependencies": {
|
||||
"xunit.runner.console": "2.1.0"
|
||||
"frameworkAssemblies": {
|
||||
"System.Runtime": { "type": "build" }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue