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.
1 parent 00fb368 commit d97d03eCopy full SHA for d97d03e
.github/workflows/build.yml
@@ -23,6 +23,7 @@ jobs:
23
6.0.x
24
7.0.x
25
8.0.x
26
+ 9.0.x
27
28
- name: Display .NET version
29
run: dotnet --version
@@ -31,7 +32,7 @@ jobs:
31
32
run: dotnet restore
33
34
- name: Build
- run: dotnet build SoftFluent.EntityFrameworkCore.DataEncryption.sln --configuration Release -f net8.0 --no-restore
35
+ run: dotnet build SoftFluent.EntityFrameworkCore.DataEncryption.sln --configuration Release -f net9.0 --no-restore
36
37
- name: Run unit tests
38
run: dotnet test --configuration Release --collect:"XPlat Code Coverage" --settings ./test/EntityFrameworkCore.DataEncryption.Test/runsettings.xml
0 commit comments