diff --git a/InputHelper/AssemblyInfo.vb b/InputHelper/AssemblyInfo.vb index d095c5f..d6d2cb0 100644 --- a/InputHelper/AssemblyInfo.vb +++ b/InputHelper/AssemblyInfo.vb @@ -1,9 +1,17 @@ -Imports System.Reflection +Imports System.Reflection Imports System.Resources +#If NET5_0_OR_GREATER Then +Imports System.Runtime.Versioning +#End If + - \ No newline at end of file + + +#If NET5_0_OR_GREATER Then + +#End If