diff --git a/VncSharpCore/VncClient.cs b/VncSharpCore/VncClient.cs index 3549ccf..28575f0 100644 --- a/VncSharpCore/VncClient.cs +++ b/VncSharpCore/VncClient.cs @@ -479,7 +479,6 @@ private void Beep() // bool just so it matches the NativeMethods API signature { // TODO: How to do this under Unix? System.Console.Write("Beep!"); - return true; } #endif diff --git a/VncSharpCore/VncSharpCore.csproj b/VncSharpCore/VncSharpCore.csproj index 4bbe8c0..e332add 100644 --- a/VncSharpCore/VncSharpCore.csproj +++ b/VncSharpCore/VncSharpCore.csproj @@ -1,6 +1,6 @@  - net6.0-windows + net9.0-windows;net6.0-windows;net48; Library true VncSharpKey.snk @@ -32,6 +32,9 @@ true + + + True