aspnet / AspNetSessionState

ASP.NET Session State (not for ASP.NET Core)
MIT License
55 stars 43 forks source link

Changed to use Microsoft SqlClient Data Provider #61

Closed shibayan closed 1 year ago

shibayan commented 2 years ago

Upgrade your current SqlClient to the new Microsoft.Data.SqlClient The new library is very compatible, so a change in namespace will complete the migration.

https://github.com/dotnet/sqlclient

Fixes #22