Fixed build issue with dependency in project.json (#51)

This commit is contained in:
Mitchell Sternke
2016-09-14 13:04:49 -07:00
committed by Karl Burtram
parent 2fbe39b637
commit fbf457a336

View File

@@ -14,7 +14,7 @@
"System.Security.SecureString": "4.0.0",
"System.Collections.Specialized": "4.0.1",
"System.ComponentModel.TypeConverter": "4.1.0",
"System.Diagnostics.Contracts": "4.0.0",
"System.Diagnostics.Contracts": "4.0.1",
"System.Diagnostics.TraceSource": "4.0.0",
"NETStandard.Library": "1.6.0",
"Microsoft.NETCore.Runtime.CoreCLR": "1.0.2",