diff --git a/.github/workflows/dotnetcore.yml b/.github/workflows/dotnetcore.yml index 853c0e7..a674a2e 100644 --- a/.github/workflows/dotnetcore.yml +++ b/.github/workflows/dotnetcore.yml @@ -12,7 +12,7 @@ jobs: - name: Setup .NET Core uses: actions/setup-dotnet@v1 with: - dotnet-version: 5.0.100 + dotnet-version: 6.0.310 - name: Build run: dotnet build --configuration Release src/TelloCommander.sln - name: Run unit tests and generate code coverage