Skip to content

Commit

Permalink
Migrate to .NET 8
Browse files Browse the repository at this point in the history
  • Loading branch information
Fooxboy authored Nov 15, 2023
1 parent 6203b21 commit a5defcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Установка .NET
uses: actions/setup-dotnet@v3
with:
dotnet-version: '7.0.x' # SDK Version to use.
dotnet-version: '8.0.x' # SDK Version to use.
- name: Компиляция проекта
run: dotnet publish -c Release -r linux-x64 --self-contained --output ./Release MyOwnGame.Backend
- name: Остановка сервера
Expand Down

0 comments on commit a5defcb

Please sign in to comment.