diff --git a/build/MicaSetup/IsExternalInit.cs b/build/MicaSetup/IsExternalInit.cs index f039209..5b55cba 100644 --- a/build/MicaSetup/IsExternalInit.cs +++ b/build/MicaSetup/IsExternalInit.cs @@ -6,6 +6,4 @@ namespace System.Runtime.CompilerServices; /// Workaround class for records and "init" keyword /// [EditorBrowsable(EditorBrowsableState.Never)] -internal class IsExternalInit -{ -} +internal class IsExternalInit;