From 4f7a0d3ad00f06f1b34e2cdb460eaf3fccbec7c8 Mon Sep 17 00:00:00 2001 From: Adam Hathcock Date: Mon, 18 Dec 2023 09:08:06 +0000 Subject: [PATCH] CI to dotnet 8 --- .github/workflows/dotnetcore.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/dotnetcore.yml b/.github/workflows/dotnetcore.yml index 63da3a2e..ee43e5d0 100644 --- a/.github/workflows/dotnetcore.yml +++ b/.github/workflows/dotnetcore.yml @@ -17,7 +17,8 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-dotnet@v4 with: - dotnet-version: 7.0.x + dotnet-version: 8.0.x + cache: true - name: NuGet Caching uses: actions/cache@v3 with: