Fix dotnet restore warning

This commit is contained in:
Pranav K 2016-03-24 12:59:08 -07:00
parent 8965b63ec1
commit 98e2d5d4c7
1 changed files with 2 additions and 2 deletions

View File

@ -23,12 +23,12 @@
},
"net451": {
"frameworkAssemblies": {
"System.Linq.Expressions": {"type": "build"},
"System.Linq.Expressions": { "type": "build" },
"System.Runtime": { "type": "build" },
"System.Threading.Tasks": { "type": "build" }
},
"dependencies": {
"Moq": "4.2.1312.1622",
"System.Runtime": "4.1.0-*",
"xunit.runner.console": "2.1.0"
}
}