Skip to content

Commit 52c7388

Browse files
committed
project: upgrade to .NET 9 (#694)
Signed-off-by: leo <longshuang@msn.cn>
1 parent 134c710 commit 52c7388

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Setup .NET
3333
uses: actions/setup-dotnet@v4
3434
with:
35-
dotnet-version: 8.0.x
35+
dotnet-version: 9.0.x
3636
- name: Configure arm64 packages
3737
if: ${{ matrix.runtime == 'linux-arm64' }}
3838
run: |

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"sdk": {
3-
"version": "8.0.0",
3+
"version": "9.0.0",
44
"rollForward": "latestMajor",
55
"allowPrerelease": false
66
}

src/SourceGit.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<OutputType>WinExe</OutputType>
4-
<TargetFramework>net8.0</TargetFramework>
4+
<TargetFramework>net9.0</TargetFramework>
55
<BuiltInComInteropSupport>true</BuiltInComInteropSupport>
66
<ApplicationManifest>App.manifest</ApplicationManifest>
77
<ApplicationIcon>App.ico</ApplicationIcon>

0 commit comments

Comments
 (0)