summarylogtreecommitdiffstats
path: root/net8.patch
blob: 0bb452bc54117dbcca617494521291c547daad6f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
diff -r -u -w sourcegit-8.39.old/global.json sourcegit-8.39.new/global.json
--- sourcegit-8.39.old/global.json	2024-11-19 07:32:00.220668016 +0000
+++ sourcegit-8.39.new/global.json	2024-11-19 07:34:41.806754595 +0000
@@ -1,6 +1,6 @@
 {
   "sdk": {
-    "version": "9.0.0",
+    "version": "8.0.0",
     "rollForward": "latestMajor",
     "allowPrerelease": false
   }
diff -r -u -w sourcegit-8.39.old/src/SourceGit.csproj sourcegit-8.39.new/src/SourceGit.csproj
--- sourcegit-8.39.old/src/SourceGit.csproj	2024-11-19 07:32:00.227334942 +0000
+++ sourcegit-8.39.new/src/SourceGit.csproj	2024-11-19 07:33:09.596660373 +0000
@@ -1,7 +1,7 @@
 <Project Sdk="Microsoft.NET.Sdk">
   <PropertyGroup>
     <OutputType>WinExe</OutputType>
-    <TargetFramework>net9.0</TargetFramework>
+    <TargetFramework>net8.0</TargetFramework>
     <BuiltInComInteropSupport>true</BuiltInComInteropSupport>
     <ApplicationManifest>App.manifest</ApplicationManifest>
     <ApplicationIcon>App.ico</ApplicationIcon>