mirror of
https://github.com/ICDSystems/ICD.Common.Utils.git
synced 2026-04-12 03:57:32 +00:00
Fixed NetStandard build
This commit is contained in:
parent
d598d42cff
commit
3d46a4a317
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue