From 87cd1532326cfee5315602f6c57f50421c6a4406 Mon Sep 17 00:00:00 2001 From: Xavier ARDISSON Date: Wed, 17 Dec 2025 14:36:15 +0100 Subject: [PATCH] Change build.yml --- .github/workflows/build.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8584c2c..825a3ff 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -24,6 +24,7 @@ jobs: 7.0.x 8.0.x 9.0.x + 10.0.x - name: Display .NET version run: dotnet --version @@ -32,7 +33,7 @@ jobs: run: dotnet restore - name: Build - run: dotnet build SoftFluent.EntityFrameworkCore.DataEncryption.sln --configuration Release -f net9.0 --no-restore + run: dotnet build SoftFluent.EntityFrameworkCore.DataEncryption.sln --configuration Release -f net10.0 --no-restore - name: Run unit tests run: dotnet test --configuration Release --collect:"XPlat Code Coverage" --settings ./test/EntityFrameworkCore.DataEncryption.Test/runsettings.xml