diff --git a/.github/workflows/aspnetcore.yml b/.github/workflows/aspnetcore.yml index 3bbd21f0..a1aa4960 100644 --- a/.github/workflows/aspnetcore.yml +++ b/.github/workflows/aspnetcore.yml @@ -10,6 +10,6 @@ jobs: - name: Setup .NET Core uses: actions/setup-dotnet@v1 with: - dotnet-version: 8.0.x + dotnet-version: 9.0.x - name: Build with dotnet run: dotnet build ./src/FMBot.Discord.sln --configuration Release