I am using visual studio 2022 IDE and Despite several attempts I was not able to install the package Microsoft.EntityFramworkCore.Sqlserver
.here are my settingsPackage Sources
General
and here is the error message I get:
The feed 'Nuget [https://api.nuget.org/v3/index.json]' lists package 'Microsoft.Data.SqlClient.SNI.runtime.4.0.0' but multiple attempts to download the nupkg have failed. The feed is either invalid or required packages were removed while the current operation was in progress. Verify the package exists on the feed and try again. Unable to find package 'Microsoft.Data.SqlClient.SNI.runtime.4.0.0'.
The optionsBuilder.UseSqlServer()
method does not work in my application because the mentioned package is not available