From 207f20652cc34cd9e06be1ec6133d210f8dc3815 Mon Sep 17 00:00:00 2001 From: smallbenji Date: Wed, 6 Aug 2025 14:28:59 +0200 Subject: [PATCH] Change MethodLibrary from Console App to library --- MethodLibrary/MethodLibrary.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MethodLibrary/MethodLibrary.csproj b/MethodLibrary/MethodLibrary.csproj index fd4bd08..3b8f954 100644 --- a/MethodLibrary/MethodLibrary.csproj +++ b/MethodLibrary/MethodLibrary.csproj @@ -1,7 +1,7 @@  - Exe + Library net9.0 enable enable