Skip to content

Commit 6497869

Browse files
authored
Update workflows.yaml
1 parent 5ab7c0b commit 6497869

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/workflows.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,12 +58,12 @@ jobs:
5858
# Build the project with defines
5959
- name: Build project
6060
run: |
61-
dotnet build --configuration ${{ matrix.configuration }} -p:DefineConstants="${{ matrix.define }}"
61+
dotnet build --configuration ${{ matrix.configuration }} --framework net8.0 -p:DefineConstants="${{ matrix.define }}"
6262
6363
# Run tests
6464
- name: Run tests
6565
run: |
66-
dotnet test --configuration ${{ matrix.configuration }} -p:DefineConstants="${{ matrix.define }}"
66+
dotnet test --configuration ${{ matrix.configuration }} --framework net8.0 -p:DefineConstants="${{ matrix.define }}"
6767
6868
- name: Upload dotnet test results
6969
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)