From e08fdb3e79a6d909c9de9cf25fc207d18536f5f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Z=CC=8Celjko=20Baranek?= Date: Mon, 18 Dec 2023 13:29:09 +0100 Subject: [PATCH] chore: set target framework to netstandard2.0 --- FursTax/FursTax.csproj | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/FursTax/FursTax.csproj b/FursTax/FursTax.csproj index 89c4b5e..6cdddb5 100644 --- a/FursTax/FursTax.csproj +++ b/FursTax/FursTax.csproj @@ -1,14 +1,16 @@  - net6.0 enable enable Library + default + netstandard2.0 +