diff --git a/.github/workflows/dotnetcore.yml b/.github/workflows/dotnetcore.yml index d6f3ac29..c7ce7fc9 100644 --- a/.github/workflows/dotnetcore.yml +++ b/.github/workflows/dotnetcore.yml @@ -13,6 +13,6 @@ jobs: - uses: actions/checkout@v1 - uses: actions/setup-dotnet@v1 with: - dotnet-version: 2.2.402 + dotnet-version: 3.1.100 - name: Run the Cake script uses: ecampidoglio/cake-action@master