From eb822285e07ceb1a23c06f7794666630f8a17b24 Mon Sep 17 00:00:00 2001 From: DeltaDizzy Date: Tue, 4 Jun 2024 23:45:49 -0400 Subject: [PATCH] 8.0.x --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 215f062..70d1136 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -12,7 +12,7 @@ jobs: uses: actions/setup-dotnet@v4.0.0 with: # Optional SDK version(s) to use. If not provided, will install global.json version when available. Examples: 2.2.104, 3.1, 3.1.x, 3.x, 6.0.2xx - dotnet-version: 8.0.6 + dotnet-version: 8.0.x - name: 🚚 Get latest code uses: actions/checkout@v4