News

Describe the bug 6.1.0 package has no support for ~ .NET 7.0. To reproduce Create new .NET 7 project. Write this code, SqlCommand sqlCmd = new SqlCommand (); sqlCmd.CommandText = "SELECT * FROM ...