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