Use correct net framework.

This commit is contained in:
Heavy Bob 2025-04-05 23:15:25 +11:00
parent e2df69526d
commit dfc2dd5477

View file

@ -16,7 +16,7 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v3
with:
dotnet-version: "6.0.x"
dotnet-version: "9.0.x"
- name: Restore dependencies
run: dotnet restore AutoTrackR2.sln
@ -29,7 +29,7 @@ jobs:
- name: Copy build output
run: |
Copy-Item "AutoTrackR2\bin\Release\net6.0-windows\*" "artifacts\"
Copy-Item "AutoTrackR2\bin\Release\net9.0-windows\*" "artifacts\"
Copy-Item "AutoTrackR2_Setup\bin\Release\*" "artifacts\"
- name: Upload artifacts