CLI now runs on linux as well as windows, changes required migrated from System.Data.SqlClient to Microsoft.Data.SqlClient and fixing server cert issue (it expired in 2020)

This commit is contained in:
2026-04-30 00:01:16 +01:00
parent f921e79671
commit 8e8c4138e3
61 changed files with 69 additions and 70 deletions
+1 -2
View File
@@ -1,5 +1,4 @@
using Microsoft.VisualBasic;
using System;
using System;
using System.Collections.Generic;
using System.ComponentModel.DataAnnotations;
using System.Linq;