Fix dotnet restore warning
This commit is contained in:
parent
8965b63ec1
commit
98e2d5d4c7
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue