diff --git a/.github/workflows/dotnet-core.yml b/.github/workflows/dotnet-core.yml index f1ba25f..7795d10 100644 --- a/.github/workflows/dotnet-core.yml +++ b/.github/workflows/dotnet-core.yml @@ -16,7 +16,7 @@ jobs: - name: Setup .NET Core uses: actions/setup-dotnet@v1 with: - dotnet-version: 3.1.x + dotnet-version: 6.0.x - name: Install dependencies run: dotnet restore - name: Build