Upgrade to .net6 preview

This commit is contained in:
Daan Boerlage 2021-03-19 00:21:35 +01:00
parent d1d57ba714
commit 1c64328587
Signed by: daan
GPG key ID: FCE070E1E4956606
7 changed files with 24 additions and 17 deletions

View file

@ -14,6 +14,7 @@ using Geekbot.Core.GuildSettingsManager;
using Geekbot.Core.Polyfills;
using Geekbot.Core.RandomNumberGenerator;
using Geekbot.Core.UserRepository;
using Microsoft.EntityFrameworkCore;
namespace Geekbot.Bot.Commands.Utils.Quote
{