Skip to content

Commit aee6c0a

Browse files
authored
Upgrade actions to net10
1 parent a0febf9 commit aee6c0a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/BuildDeploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Setup Dotnet sdk
3333
uses: actions/setup-dotnet@v5
3434
with:
35-
dotnet-version: 7.0.x
35+
dotnet-version: 10.0.x
3636

3737
- name: Add msbuild to PATH
3838
uses: microsoft/[email protected]
@@ -55,7 +55,7 @@ jobs:
5555
- name: Setup Dotnet sdk
5656
uses: actions/setup-dotnet@v5
5757
with:
58-
dotnet-version: 7.0.x
58+
dotnet-version: 10.0.x
5959

6060
- name: Add msbuild to PATH
6161
uses: microsoft/[email protected]

0 commit comments

Comments
 (0)