Skip to content

Commit

Permalink
Update MySQL for WsjtxImport
Browse files Browse the repository at this point in the history
  • Loading branch information
rmc47 committed Apr 28, 2024
1 parent c8016eb commit 4807a02
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
8 changes: 1 addition & 7 deletions WsjtxImport/LogonForm.cs
Original file line number Diff line number Diff line change
@@ -1,13 +1,7 @@
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Text;
using System.Windows.Forms;
using MySql.Data.MySqlClient;
using Microsoft.Win32;
using System.IO.Ports;
using MySqlConnector;

namespace WsjtxImport
{
Expand Down
2 changes: 1 addition & 1 deletion WsjtxImport/WsjtxImport.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="MySql.Data" Version="8.0.29" />
<PackageReference Include="MySqlConnector" Version="2.3.7" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 4807a02

Please sign in to comment.