Skip to content

Commit b7005ed

Browse files
committed
Changed back to .net 9.0 and windows
Aligned .net version with test_dotnet.yml
1 parent e81c7e2 commit b7005ed

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build_dotnet.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: .NET Core Desktop
22

33
on:
4-
# push:
4+
push:
55
# branches: [ "Development" ]
66

77
pull_request:
@@ -19,7 +19,7 @@ jobs:
1919
matrix:
2020
configuration: [Debug, Release]
2121

22-
runs-on: ubuntu-latest
22+
runs-on: windows-latest
2323
name: Build Application - ${{ matrix.configuration }}
2424

2525
steps:
@@ -31,7 +31,7 @@ jobs:
3131
- name: Install .NET Core
3232
uses: actions/setup-dotnet@v4
3333
with:
34-
dotnet-version: 8.0.x
34+
dotnet-version: 9.0.x
3535

3636
- name: Build application
3737
run: |

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"sdk": {
3-
"version": "8.0.412"
3+
"version": "9.0.301"
44
}
55
}

0 commit comments

Comments
 (0)