0
velu created
I'm using the DotNet Core and Angular 2.x template. while loading & building my application i am getting following error,
Package Microsoft.Composition 1.0.27 is not compatible with netcoreapp1.1 (.NETCoreApp,Version=v1.1). Package Microsoft.Composition 1.0.27 supports: portable-net45+win8+wp8+wpa81 (.NETPortable,Version=v0.0,Profile=Profile259) One or more packages are incompatible with .NETCoreApp,Version=v1.1. NuGet package restore failed.
Please give me solution to connect mysql database & appsetting.json connection string using mysql databse .
Thanks in advance.