Update compiler compatibility
... | ... | @@ -12,8 +12,8 @@ |
"directory":">= 3.0.0, < 4.0.0" | ||
}, | ||
"compilerCompatibility": { | ||
"pakcs": ">= 2.0.0", | ||
"kics2": ">= 2.0.0" | ||
"pakcs": ">= 3.0.0, < 4.0.0", | ||
"kics2": ">= 3.0.0, < 4.0.0" | ||
}, | ||
"exportedModules": [ | ||
"System.IOExts" | ||
... | ... |
Please register or sign in to comment