Skip to content

Commit 87cd153

Browse files
committed
Change build.yml
1 parent 41e7728 commit 87cd153

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
7.0.x
2525
8.0.x
2626
9.0.x
27+
10.0.x
2728
2829
- name: Display .NET version
2930
run: dotnet --version
@@ -32,7 +33,7 @@ jobs:
3233
run: dotnet restore
3334

3435
- name: Build
35-
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
3637

3738
- name: Run unit tests
3839
run: dotnet test --configuration Release --collect:"XPlat Code Coverage" --settings ./test/EntityFrameworkCore.DataEncryption.Test/runsettings.xml

0 commit comments

Comments
 (0)