summarylogtreecommitdiffstats
path: root/change_target.patch
blob: 3afe70a1ac91d901b2081c64dadc7593b2c28605 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
From 146479fb85c398a7cdfadb366329694c9d535682 Mon Sep 17 00:00:00 2001
From: Arley <arllk10@hotmail.com>
Date: Thu, 7 Nov 2019 17:24:06 -0500
Subject: [PATCH] change target to 2.2

---
 genie/genie.csproj | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/genie/genie.csproj b/genie/genie.csproj
index e55581a..a213e66 100644
--- a/genie/genie.csproj
+++ b/genie/genie.csproj
@@ -2,7 +2,7 @@
 
   <PropertyGroup>
     <OutputType>Exe</OutputType>
-    <TargetFramework>netcoreapp3.0</TargetFramework>
+    <TargetFramework>netcoreapp2.2</TargetFramework>
     <VersionPrefix>1.17</VersionPrefix>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
   </PropertyGroup>
-- 
2.24.0