From 5e3b78af9423d6911ae6342743a2fc72b741dce8 Mon Sep 17 00:00:00 2001 From: andy Date: Tue, 23 Nov 2021 17:22:26 +0000 Subject: [PATCH] CI dotnet version 6 upgrade --- .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 fce4d18..efd3645 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,7 @@ jobs: strategy: fail-fast: false matrix: - dotnet-version: [ '5.0.x' ] + dotnet-version: [ '6.0.x' ] steps: - uses: actions/checkout@v2