Skip to content

Commit d97d03e

Browse files
committed
Build.yml for .Net 9
1 parent 00fb368 commit d97d03e

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
@@ -23,6 +23,7 @@ jobs:
2323
6.0.x
2424
7.0.x
2525
8.0.x
26+
9.0.x
2627
2728
- name: Display .NET version
2829
run: dotnet --version
@@ -31,7 +32,7 @@ jobs:
3132
run: dotnet restore
3233

3334
- name: Build
34-
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
3536

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

0 commit comments

Comments
 (0)