Closed razzemans closed 7 years ago
Do you have plans making this compatible with .NET Core 2.0? I get the error:
Application startup exception: System.MissingMethodException: Method not found: 'Microsoft.Extensions.DependencyInjection.IServiceCollection Microsoft.Extensions.DependencyInjection.EntityFrameworkServiceCollectionExtensions.AddDbContext(Microsoft.Extensions.DependencyInjection.IServiceCollection, System.Action`1<Microsoft.EntityFrameworkCore.DbContextOptionsBuilder>, Microsoft.Extensions.DependencyInjection.ServiceLifetime)'.
when calling
services.AddJobs(options => { options.UseSqlServer(Configuration.GetConnectionString("JobsConnection")); });
I do. I am preparing for a 0.8 release that supports aspnetcore 2.0. Should be out soon.
0.8
I'll close this issue when I release a package so that you can be notified.
Thanks!
Do you have plans making this compatible with .NET Core 2.0? I get the error:
when calling