Updated dependencies to account for new changes to do with safe handles.
This commit is contained in:
parent
55ad9ab17a
commit
b374c1b7e3
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in New Issue