We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf0223f commit b021faaCopy full SHA for b021faa
.github/workflows/dotnet.yml
@@ -20,7 +20,7 @@ jobs:
20
$num = (997+$($Env:GITHUB_RUN_NUMBER))
21
echo "GITHUB_RUN_NUMBER_DELTA=$num" | Out-File -FilePath $Env:GITHUB_ENV -Encoding utf-8 -Append
22
- name: Restore project
23
- run: dotnet restore OverwatchToolchain.sln --verbosity m -r win-x64 -p:TargetFramework=net9.0
+ run: dotnet restore OverwatchToolchain.slnx --verbosity m -r win-x64 -p:TargetFramework=net10.0
24
- name: Build Release
25
run: dotnet publish OverwatchToolchain.slnx -c Release -r win-x64 -o dist/Release --self-contained true
26
# --self-contained for https://github.com/dotnet/sdk/issues/29642
0 commit comments