Updated dependencies to account for new changes to do with safe handles.

This commit is contained in:
David Fowler 2014-03-24 08:33:00 -07:00
parent 55ad9ab17a
commit b374c1b7e3
1 changed files with 3 additions and 2 deletions

View File

@ -26,9 +26,10 @@
"System.Resources.ResourceManager": "4.0.0.0",
"System.Runtime": "4.0.20.0",
"System.Runtime.Extensions": "4.0.10.0",
"System.Runtime.InteropServices": "4.0.10.0",
"System.Runtime.InteropServices": "4.0.20.0",
"System.Runtime.Handles": "4.0.0.0",
"System.Security.Principal": "4.0.0.0",
"System.Text.Encoding": "4.0.10.0",
"System.Text.Encoding": "4.0.20.0",
"System.Text.Encoding.Extensions": "4.0.10.0",
"System.Threading": "4.0.0.0",
"System.Threading.Overlapped": "4.0.0.0",