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