From c0ca8d3bcce11365fd25f43ac9540c80219c33d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric?= Date: Mon, 21 Dec 2020 11:46:04 +0100 Subject: [PATCH] Upgraded to .NET 5.0 --- MarEx/MarEx.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MarEx/MarEx.csproj b/MarEx/MarEx.csproj index c73e0d1..2082704 100644 --- a/MarEx/MarEx.csproj +++ b/MarEx/MarEx.csproj @@ -2,7 +2,7 @@ Exe - netcoreapp3.1 + net5.0