downgrade System.Threading.Overlapped to fix build

This commit is contained in:
Andrew Stanton-Nurse 2015-09-25 09:56:18 -07:00
parent 45cda774bb
commit d5c0ff8c4a
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@
"System.Security.Claims": "4.0.1-beta-*", "System.Security.Claims": "4.0.1-beta-*",
"System.Security.Cryptography.X509Certificates": "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.1-beta-*" "System.Threading.Overlapped": "4.0.0"
} }
} }
} }