diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 700d0f8..b39ab4f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -81,6 +81,8 @@ jobs: - name: Install .NET uses: actions/setup-dotnet@87b7050bc53ea08284295505d98d2aa94301e852 # v4.2.0 + with: + dotnet-version: 8 - name: Validate format run: dotnet format --verify-no-changes @@ -107,6 +109,8 @@ jobs: - name: Install .NET uses: actions/setup-dotnet@87b7050bc53ea08284295505d98d2aa94301e852 # v4.2.0 + with: + dotnet-version: 6 - name: Run restore run: dotnet restore @@ -148,6 +152,8 @@ jobs: - name: Install .NET uses: actions/setup-dotnet@87b7050bc53ea08284295505d98d2aa94301e852 # v4.2.0 + with: + dotnet-version: 8 - name: Run restore run: dotnet restore