From c70129110f0b7ecb1178fa5189c53c022db46da5 Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Thu, 18 Feb 2021 01:27:07 +0100 Subject: [PATCH] update to net5 --- ExampleMod.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ExampleMod.csproj b/ExampleMod.csproj index f2020a1..0ea4cb6 100644 --- a/ExampleMod.csproj +++ b/ExampleMod.csproj @@ -1,7 +1,7 @@ - netcoreapp3.0 + net5.0