From 8a60af6b73a98b324e6c09611fe5a0984cfc9cb9 Mon Sep 17 00:00:00 2001 From: Michael Tran Date: Wed, 10 Jul 2024 11:36:05 -0400 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c62b908..77e4a56 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,7 @@ jobs: - name: Setup .NET uses: actions/setup-dotnet@v4 with: - dotnet-version: 8.0.x + dotnet-version: 8.0.* - name: Restore dependencies run: dotnet restore - name: Build