Skip to content

Commit 90814a7

Browse files
committed
Update GitHub build workflow to use .NET 10
1 parent 6def2e1 commit 90814a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@ jobs:
3030
token: ${{ secrets.REPO_ACCESS_TOKEN }}
3131
- uses: actions/setup-dotnet@v4
3232
with:
33-
dotnet-version: 9.0.x
33+
dotnet-version: 10.0.x
3434
- name: Build Executables
3535
shell: pwsh
3636
run: |
37-
$startPath = Join-Path (Get-Location) 'src' 'bin' $env:BUILD 'net9.0'
37+
$startPath = Join-Path (Get-Location) 'src' 'bin' $env:BUILD 'net10.0'
3838
$artifactPath = Join-Path (Get-Location) 'artifacts'
3939
if (!(Test-Path $artifactPath))
4040
{

0 commit comments

Comments
 (0)