Skip to content

Commit b021faa

Browse files
committed
whoops, restore as net10.0
1 parent cf0223f commit b021faa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dotnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
$num = (997+$($Env:GITHUB_RUN_NUMBER))
2121
echo "GITHUB_RUN_NUMBER_DELTA=$num" | Out-File -FilePath $Env:GITHUB_ENV -Encoding utf-8 -Append
2222
- name: Restore project
23-
run: dotnet restore OverwatchToolchain.sln --verbosity m -r win-x64 -p:TargetFramework=net9.0
23+
run: dotnet restore OverwatchToolchain.slnx --verbosity m -r win-x64 -p:TargetFramework=net10.0
2424
- name: Build Release
2525
run: dotnet publish OverwatchToolchain.slnx -c Release -r win-x64 -o dist/Release --self-contained true
2626
# --self-contained for https://github.com/dotnet/sdk/issues/29642

0 commit comments

Comments
 (0)