I have a shiny new Asp.Net Core MVC App that references some older ...net45... libraries....Works fine with Asp.Net Core RC1 on full net45 framework. Migrating from Asp.NET Core rc1 to rc2 I have hit an obstacle that I don't know how to fix....The App is ...
I am trying to run Update-Database, and I would like to specify the connection string, but the CLI is looking at the wrong one. There are two connection strings in my appsettings.json file:...{
"Logging": {
"IncludeScopes": false,
"LogLevel": {
...