mirror of
https://github.com/ICDSystems/ICD.Common.Utils.git
synced 2026-01-11 19:44:55 +00:00
Fixed NetStandard build
This commit is contained in:
@@ -83,7 +83,7 @@ namespace ICD.Common.Utils
|
||||
e.Message);
|
||||
}
|
||||
|
||||
foreach (CType type in types)
|
||||
foreach (var type in types)
|
||||
CacheType(type);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user