diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index e35250bc..9c89251b 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -21,7 +21,7 @@ jobs: - name: Get .NET uses: actions/setup-dotnet@v1 with: - dotnet-version: '6.0.*' + dotnet-version: '8.0.*' - name: dotnet build run: | dotnet build ${env:SLN} -c Release --nologo -o ${env:BIN}