Removing imports from src projects

This commit is contained in:
Pranav K 2016-04-07 15:17:00 -07:00
parent 1de783c26b
commit aeb3939ac8
1 changed files with 1 additions and 2 deletions

View File

@ -31,9 +31,8 @@
"System.Text.Encoding.Extensions": "4.0.11-*" "System.Text.Encoding.Extensions": "4.0.11-*"
}, },
"imports": [ "imports": [
"dotnet5.2",
"portable-net451+win8" "portable-net451+win8"
] ]
} }
} }
} }