Updating missed projects to 4.4 CoreFx packages

This commit is contained in:
Ajay Bhargav Baaskaran 2016-12-22 14:27:42 -08:00
parent 20a55b8d1f
commit a9ce48b911
1 changed files with 2 additions and 2 deletions

View File

@ -28,14 +28,14 @@
"version": "1.2.0-*", "version": "1.2.0-*",
"type": "build" "type": "build"
}, },
"NETStandard.Library": "1.6.1-*", "NETStandard.Library": "1.6.2-*",
"xunit": "2.2.0-*" "xunit": "2.2.0-*"
}, },
"frameworks": { "frameworks": {
"net451": {}, "net451": {},
"netstandard1.3": { "netstandard1.3": {
"dependencies": { "dependencies": {
"System.Linq.Queryable": "4.3.0-*" "System.Linq.Queryable": "4.4.0-*"
} }
} }
} }