Update dotnet version to 9
Some checks failed
release / check and build (push) Failing after 4m45s

This commit is contained in:
2025-01-04 14:08:28 +03:30
parent e38e5884a1
commit 51eaccca63

View File

@@ -19,7 +19,7 @@ jobs:
- name: Setup .NET Core
uses: actions/setup-dotnet@v4
with:
dotnet-version: 8.0.x
dotnet-version: 9.0.x
- name: Install telegram bot library
run: dotnet nuget add source https://pkgs.dev.azure.com/tgbots/Telegram.Bot/_packaging/release/nuget/v3/index.json -n Telegram.Bot
- name: dotnet restore