Visual Studio
SQL Server Express LocalDB (to run locally)
Build the solution.
Open the Package Manager Console (Tools > NuGet Package Manager > Package Manager Console)
In the Package Manager Console window, enter the following commands:
-
install-package Newtonsoft.Json -version 12.0.1 (Store)
-
install-package Newtonsoft.Json -version 12.0.1 (SpotifyAPI)
-
Update-Database
Press F5 to debug.
The database should now be visible inside your SQL Server Management Studio.
If you now run the solution you can perform operations