Update System.Linq 4.0.2-* => 4.1.0-*.

This commit is contained in:
N. Taylor Mullen 2016-02-18 15:36:54 -08:00
parent 43fd4c465f
commit 0d6d596219
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@
"dotnet5.4": {
"dependencies": {
"System.Collections.Concurrent": "4.0.12-*",
"System.Linq": "4.0.2-*"
"System.Linq": "4.1.0-*"
}
}
}