From 8a04ace5c7adf59ee1761dc8713e903c9ee575be Mon Sep 17 00:00:00 2001 From: Ske Date: Sat, 19 Dec 2020 12:01:09 +0100 Subject: [PATCH] Target .NET 5 --- PluralKit.API/PluralKit.API.csproj | 2 +- PluralKit.Bot/PluralKit.Bot.csproj | 2 +- PluralKit.Core/PluralKit.Core.csproj | 2 +- PluralKit.Tests/PluralKit.Tests.csproj | 6 +++++- README.md | 4 ++-- 5 files changed, 10 insertions(+), 6 deletions(-) diff --git a/PluralKit.API/PluralKit.API.csproj b/PluralKit.API/PluralKit.API.csproj index a7f81a5d..ab363d32 100644 --- a/PluralKit.API/PluralKit.API.csproj +++ b/PluralKit.API/PluralKit.API.csproj @@ -1,7 +1,7 @@ - netcoreapp3.1 + net5.0 diff --git a/PluralKit.Bot/PluralKit.Bot.csproj b/PluralKit.Bot/PluralKit.Bot.csproj index d23436e1..7063f7de 100644 --- a/PluralKit.Bot/PluralKit.Bot.csproj +++ b/PluralKit.Bot/PluralKit.Bot.csproj @@ -2,7 +2,7 @@ Exe - netcoreapp3.1 + net5.0 diff --git a/PluralKit.Core/PluralKit.Core.csproj b/PluralKit.Core/PluralKit.Core.csproj index 843b0743..d31fd3fe 100644 --- a/PluralKit.Core/PluralKit.Core.csproj +++ b/PluralKit.Core/PluralKit.Core.csproj @@ -1,7 +1,7 @@ - netcoreapp3.1 + net5.0 diff --git a/PluralKit.Tests/PluralKit.Tests.csproj b/PluralKit.Tests/PluralKit.Tests.csproj index 17e0b541..7970b7a9 100644 --- a/PluralKit.Tests/PluralKit.Tests.csproj +++ b/PluralKit.Tests/PluralKit.Tests.csproj @@ -1,7 +1,7 @@ - netcoreapp3.1 + net5.0 false @@ -26,4 +26,8 @@ + + + + diff --git a/README.md b/README.md index 6a2f8bbf..cf2935bc 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ PluralKit is a Discord bot meant for plural communities. It has features like me PluralKit has a Discord server for support, feedback, and discussion: https://discord.gg/PczBt78 # Requirements -Running the bot requires [.NET Core](https://dotnet.microsoft.com/download) (v3.1) and a PostgreSQL database. It should function on any system where the prerequisites are set up (including Windows). +Running the bot requires [.NET 5](https://dotnet.microsoft.com/download) and a PostgreSQL database. It should function on any system where the prerequisites are set up (including Windows). Optionally, it can integrate with [Sentry](https://sentry.io/welcome/) for error reporting and [InfluxDB](https://www.influxdata.com/products/influxdb-overview/) for aggregate statistics. @@ -47,7 +47,7 @@ $ docker-compose up -d ``` ## Manually -* Install the .NET Core 3.1 SDK (see https://dotnet.microsoft.com/download) +* Install the .NET 5 SDK (see https://dotnet.microsoft.com/download) * Clone this repository: `git clone https://github.com/xSke/PluralKit` * Create and fill in a `pluralkit.conf` file in the same directory as `docker-compose.yml` * Run the bot: `dotnet run --project PluralKit.Bot`