Fixed NetStandard build

This commit is contained in:
jeffery.thompson 2017-09-27 15:49:31 -04:00
parent d598d42cff
commit 3d46a4a317

View file

@ -83,7 +83,7 @@ namespace ICD.Common.Utils
e.Message);
}
foreach (CType type in types)
foreach (var type in types)
CacheType(type);
}