From 060d45e5c98940791884e1de5b4a5346ec94c2ff Mon Sep 17 00:00:00 2001 From: Terry Moreland Date: Thu, 13 Jul 2023 00:06:15 +0100 Subject: [PATCH] update CI Build definition to use .NET 7.0.306 --- .github/workflows/ci-dotnet.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-dotnet.yml b/.github/workflows/ci-dotnet.yml index 4dfc24f..a5f5b73 100644 --- a/.github/workflows/ci-dotnet.yml +++ b/.github/workflows/ci-dotnet.yml @@ -34,7 +34,7 @@ jobs: uses: actions/setup-dotnet@v3 with: dotnet-version: | - 7.0.305 + 7.0.306 - name: Restore dependencies working-directory: v1/net7 run: dotnet restore