From 63ca7ff457c14c56e0c8f33daca2bdf75eb92555 Mon Sep 17 00:00:00 2001 From: Steven Yates Date: Tue, 23 Apr 2024 23:29:34 +0100 Subject: [PATCH] Update build tools for dotnet8 --- .github/workflows/dotnet-core.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dotnet-core.yml b/.github/workflows/dotnet-core.yml index a41deb6..5f0dc03 100644 --- a/.github/workflows/dotnet-core.yml +++ b/.github/workflows/dotnet-core.yml @@ -13,7 +13,7 @@ jobs: - name: Setup .NET uses: actions/setup-dotnet@v3 with: - dotnet-version: 7.0.x + dotnet-version: 8.0.x - name: Install dependencies run: dotnet restore ./src/DataMasker/DataMasker.csproj - name: Build Library