diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 7aed6c1..a313bbb 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -24,8 +24,14 @@ jobs: steps: - name: Install .NET uses: actions/setup-dotnet@v3 + with: + dotnet-version: | + 6.0.x + 8.0.x - name: Check out code uses: actions/checkout@v3 + with: + fetch-depth: 0 # required to publish docs - name: Restore run: .\build.ps1 restore - name: Build diff --git a/.github/workflows/publish-docs.yaml b/.github/workflows/publish-docs.yaml index 2e72880..ca0e689 100644 --- a/.github/workflows/publish-docs.yaml +++ b/.github/workflows/publish-docs.yaml @@ -17,6 +17,10 @@ jobs: steps: - name: Install .NET uses: actions/setup-dotnet@v3 + with: + dotnet-version: | + 6.0.x + 8.0.x - name: Check out code uses: actions/checkout@v3 with: diff --git a/Directory.Packages.props b/Directory.Packages.props index 2f8bdac..e4a1dc3 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -16,7 +16,7 @@ - + \ No newline at end of file