Skip to content

Commit 49fa8bb

Browse files
committed
ci: use 9.0.305
1 parent 711cbd4 commit 49fa8bb

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/azure-static-webapp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Setup dotnet
3232
uses: actions/setup-dotnet@v1.7.2
3333
with:
34-
dotnet-version: '9.0.306'
34+
dotnet-version: '9.0.305'
3535

3636
- uses: dotnet/nbgv@f088059084cb5d872e9d1a994433ca6440c2bf72 # v0.4.2
3737
id: nbgv

build/workflow/templates/dotnet-workload-install-linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
parameters:
2-
DotNetVersion: '9.0.306'
2+
DotNetVersion: '9.0.305'
33
UnoCheck_Version: '1.32.17'
44
Dotnet_Tools: '~/.dotnet/tools'
55
UnoCheckParameters: ''

build/workflow/templates/dotnet-workload-install-mac.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
parameters:
2-
DotNetVersion: '9.0.306'
2+
DotNetVersion: '9.0.305'
33
UnoCheck_Version: '1.32.17'
44
Dotnet_Root: '/usr/local/share/dotnet/'
55
Dotnet_Tools: '~/.dotnet/tools'

build/workflow/templates/dotnet-workload-install-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
parameters:
2-
DotNetVersion: '9.0.306'
2+
DotNetVersion: '9.0.305'
33
UnoCheck_Version: '1.32.17'
44
UnoCheckParameters: ''
55

0 commit comments

Comments
 (0)