We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7066134 + 87cd153 commit 86a5fe3Copy full SHA for 86a5fe3
.github/workflows/build.yml
@@ -24,6 +24,7 @@ jobs:
24
7.0.x
25
8.0.x
26
9.0.x
27
+ 10.0.x
28
29
- name: Display .NET version
30
run: dotnet --version
@@ -32,7 +33,7 @@ jobs:
32
33
run: dotnet restore
34
35
- name: Build
- run: dotnet build SoftFluent.EntityFrameworkCore.DataEncryption.sln --configuration Release -f net9.0 --no-restore
36
+ run: dotnet build SoftFluent.EntityFrameworkCore.DataEncryption.sln --configuration Release -f net10.0 --no-restore
37
38
- name: Run unit tests
39
run: dotnet test --configuration Release --collect:"XPlat Code Coverage" --settings ./test/EntityFrameworkCore.DataEncryption.Test/runsettings.xml
0 commit comments