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

@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net5.0</TargetFramework>
<TargetFramework>net6.0</TargetFramework>
<RuntimeIdentifiers>win-x64;linux-x64</RuntimeIdentifiers>
<ApplicationIcon>derp.ico</ApplicationIcon>
<VersionSuffix>$(VersionSuffix)</VersionSuffix>

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
{