From 8152b27fb7385a244e40bd271a7b524cf189cc2b Mon Sep 17 00:00:00 2001 From: thomasduft Date: Wed, 18 Dec 2024 14:20:42 +0000 Subject: [PATCH] chore: upgrade target framework from netstandard1.0 to netstandard2.0 --- src/microwf.Core/microwf.Core.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/microwf.Core/microwf.Core.csproj b/src/microwf.Core/microwf.Core.csproj index ad59bdf..01ac497 100644 --- a/src/microwf.Core/microwf.Core.csproj +++ b/src/microwf.Core/microwf.Core.csproj @@ -1,7 +1,7 @@ - netstandard1.0 + netstandard2.0 tomware.Microwf.Core tomware.Microwf.Core false