lucabriguglia / Weapsy

ASP.NET Core CMS
http://www.weapsy.com
Other
10 stars 2 forks source link

Fixed issue with starting using a provider different than "MSSQL" #48

Closed ronaldharmsen closed 7 years ago

ronaldharmsen commented 7 years ago

Fix for issue #47.

There is a problem with a missing IOptions (provider defaults to MSSQL)..

This will probably also fix issue #28

lucabriguglia commented 7 years ago

Thanks a lot :-)