From bbc12f2754f856cc59b53b8d0fe04bcf717f2fea Mon Sep 17 00:00:00 2001 From: Deukhoofd Date: Thu, 31 Dec 2020 13:04:33 +0100 Subject: [PATCH] Don't use C# 9 for now. --- PkmnLibSharp/PkmnLibSharp.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PkmnLibSharp/PkmnLibSharp.csproj b/PkmnLibSharp/PkmnLibSharp.csproj index 0d4dc3c..368531f 100644 --- a/PkmnLibSharp/PkmnLibSharp.csproj +++ b/PkmnLibSharp/PkmnLibSharp.csproj @@ -5,7 +5,7 @@ x64 enable CS8600;CS8601;CS8602;CS8603;CS8604;CS8618 - 9 + 8 netstandard2.0;netstandard2.1