From eaa1824ec314f3be5b4aaf0e768f0cf228de8307 Mon Sep 17 00:00:00 2001 From: "Daniel J. Summers" Date: Sat, 23 Mar 2024 19:20:31 -0400 Subject: [PATCH] Enable .NET 8 --- .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 557e284..70d4906 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: dotnet-version: - "6.0" - "7.0" -# - "8.0" + - "8.0" services: postgres: