Removing imports from src projects
This commit is contained in:
parent
056b4ac41d
commit
29a8d5b7c5
|
|
@ -22,7 +22,6 @@
|
|||
"System.Net.Security": "4.0.0-*"
|
||||
},
|
||||
"imports": [
|
||||
"dotnet5.4",
|
||||
"portable-net45+win8"
|
||||
]
|
||||
}
|
||||
|
|
|
|||
|
|
@ -28,8 +28,12 @@
|
|||
"frameworks": {
|
||||
"net451": {
|
||||
"frameworkAssemblies": {
|
||||
"System.Runtime": { "type": "build" },
|
||||
"System.Threading.Tasks": { "type": "build" }
|
||||
"System.Runtime": {
|
||||
"type": "build"
|
||||
},
|
||||
"System.Threading.Tasks": {
|
||||
"type": "build"
|
||||
}
|
||||
}
|
||||
},
|
||||
"netstandard1.3": {
|
||||
|
|
@ -50,7 +54,6 @@
|
|||
"System.Threading.Timer": "4.0.1-*"
|
||||
},
|
||||
"imports": [
|
||||
"dotnet5.4",
|
||||
"portable-net45+win8"
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue