Fix references to socket APIs, and target the lowest net standard versions possible

This commit is contained in:
SteveSandersonMS
2016-06-01 18:04:40 +01:00
parent 931ba118e1
commit 311733b113
9 changed files with 45 additions and 9 deletions

View File

@@ -14,7 +14,7 @@
"frameworks": {
"net451": {
},
"netstandard1.5": {
"netstandard1.0": {
"imports": [
"dotnet5.6",
"dnxcore50",
@@ -26,5 +26,5 @@
"embed": [
"Content/**/*"
]
}
}
}