React to CoreClr dependency changes.

This commit is contained in:
Chris R 2015-05-15 11:31:49 -07:00
parent 913e407b5a
commit 748a6e1090
1 changed files with 3 additions and 1 deletions

View File

@ -16,8 +16,10 @@
"Microsoft.Win32.Primitives": "4.0.0-beta-*",
"System.Diagnostics.Debug": "4.0.10-beta-*",
"System.IO.FileSystem": "4.0.0-beta-*",
"System.Security.Claims": "4.0.0-beta-*",
"System.Security.Cryptography.X509Certificates": "4.0.0-beta-*",
"System.Security.Principal.Windows": "4.0.0-beta-*"
"System.Security.Principal.Windows": "4.0.0-beta-*",
"System.Threading.Overlapped": "4.0.0-beta-*"
}
}
}