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

@ -30,7 +30,7 @@
"System.Collections.Immutable": "1.2.0-rc2-24022",
"System.Net.NetworkInformation": "4.1.0-rc2-24022"
},
"net451": {
"net46": {
"frameworkAssemblies": {
"System.Runtime": {
"type": "build"

View file

@ -9,7 +9,7 @@
}
},
"frameworks": {
"net451": {
"net46": {
"frameworkAssemblies": {
"System.Configuration": ""
}