From 289235262fbcbda2237e7dd74abd30dca1e7b7f3 Mon Sep 17 00:00:00 2001 From: "Matthew D. Groves" Date: Wed, 15 Nov 2023 10:56:01 -0500 Subject: [PATCH] still debugging, missed a dotnet 7 reference maybe that's it? --- .github/workflows/ci-container.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-container.yml b/.github/workflows/ci-container.yml index 233b25a6a2..24a57787a1 100644 --- a/.github/workflows/ci-container.yml +++ b/.github/workflows/ci-container.yml @@ -114,7 +114,7 @@ jobs: - name: Setup .NET uses: actions/setup-dotnet@v1 with: - dotnet-version: '7.0.x' + dotnet-version: '8.0.x' - name: Restore dependencies run: dotnet restore Conduit