Skip to content

Commit 3938aa8

Browse files
Change default .NET version to 9.x
Updated default .NET versions to 9.x.
1 parent fdbd958 commit 3938aa8

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/actions/setup-dotnet-build/action.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@ inputs:
55
description: '.NET versions to install'
66
required: false
77
default: |
8-
3.1.x
9-
6.x
8+
9.x
109
configuration:
1110
description: 'Build configuration'
1211
required: false
@@ -30,4 +29,4 @@ runs:
3029

3130
- name: Build
3231
run: dotnet build --configuration ${{ inputs.configuration }} ${{ inputs.build-args }}
33-
shell: pwsh
32+
shell: pwsh

0 commit comments

Comments
 (0)