diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 58e8284..87455bd 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -13,7 +13,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-dotnet@v3 with: - dotnet-version: 6.0.x + dotnet-version: 6.0.416 - name: Install dependencies run: dotnet restore - name: Build