From d53e8167cea17ffbca1be334328a377551808d5f Mon Sep 17 00:00:00 2001 From: rjindael Date: Fri, 28 Jul 2023 05:55:44 -0700 Subject: [PATCH] chore(ci): update .NET version --- .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 8ac5bcb..af9c012 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,7 +10,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-dotnet@v3 with: - dotnet-version: 6.0 + dotnet-version: 7.0 - name: Build run: |