diff --git a/.github/workflows/dotnet-core.yml b/.github/workflows/dotnet-core.yml index 839be5b..8454b1b 100644 --- a/.github/workflows/dotnet-core.yml +++ b/.github/workflows/dotnet-core.yml @@ -14,7 +14,9 @@ jobs: steps: - uses: actions/checkout@v2 - name: Setup .NET Core SDK - uses: actions/setup-dotnet@v1.5.0 + uses: actions/setup-dotnet@v1.7.2 + with: + dotnet-version: 5.0.100 - name: Install dependencies run: dotnet restore ./src/SilkierQuartz/SilkierQuartz.csproj - name: Build