Fix the tests for targeting netstandard1.3.

This commit is contained in:
Eric Erhardt 2016-10-11 16:01:03 -05:00
parent eec324a844
commit 38753d42b0
11 changed files with 29 additions and 19 deletions

View file

@ -15,7 +15,7 @@
"dotnet-desktop-binding-redirects": "1.0.0-*"
},
"frameworks": {
"net451": {}
"net46": {}
},
"tools": {
"dotnet-dependency-tool-invoker": {

View file

@ -15,7 +15,7 @@
"dotnet-desktop-binding-redirects": "1.0.0-*"
},
"frameworks": {
"net451": {}
"net46": {}
},
"tools": {
"dotnet-dependency-tool-invoker": {

View file

@ -9,6 +9,15 @@
"emitEntryPoint": true
},
"frameworks": {
"net451": {}
"net46": {
"frameworkAssemblies": {
"System.Runtime": {
"type": "build"
},
"System.IO": {
"type": "build"
}
}
}
}
}