From a347f1827b8520a04959ef338aade34ac45011ad Mon Sep 17 00:00:00 2001 From: Aryadev Chavali Date: Thu, 21 Feb 2019 15:07:30 +0000 Subject: Removed in memory storage - mysql works --- Main/Main.csproj | 1 - Main/Startup.cs | 1 - 2 files changed, 2 deletions(-) (limited to 'Main') diff --git a/Main/Main.csproj b/Main/Main.csproj index 64ab3df..fa2b22d 100644 --- a/Main/Main.csproj +++ b/Main/Main.csproj @@ -6,7 +6,6 @@ - diff --git a/Main/Startup.cs b/Main/Startup.cs index b98b596..6e26943 100644 --- a/Main/Startup.cs +++ b/Main/Startup.cs @@ -11,7 +11,6 @@ using Microsoft.EntityFrameworkCore; using Microsoft.EntityFrameworkCore.Metadata; using Hangfire; using Hangfire.MySql.Core; -using Hangfire.MemoryStorage; using Classes; using Database; -- cgit v1.2.3-13-gbd6f