File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6161 run : >-
6262 dotnet build ${{ env.MAIN_PROJECT }}
6363 --configuration ${{ env.CONFIGURATION }}
64+ --framework net10.0
6465 --runtime ${{ matrix.runtime }}
6566 --no-restore
6667 --no-incremental
7172 run : >-
7273 dotnet build ${{ env.TEST_PROJECT }}
7374 --configuration ${{ env.CONFIGURATION }}
75+ --framework net10.0
7476 --runtime ${{ matrix.runtime }}
7577 --no-restore
7678 --no-incremental
8183 run : >-
8284 dotnet test ${{ env.TEST_PROJECT }}
8385 --configuration ${{ env.CONFIGURATION }}
86+ --framework net10.0
8487 --runtime ${{ matrix.runtime }}
8588 --no-build
8689 --verbosity normal
Original file line number Diff line number Diff line change 6262 run : >-
6363 dotnet build ${{ env.SOLUTION_PATH }}
6464 --configuration ${{ env.CONFIGURATION }}
65+ --framework net10.0
6566 --runtime ${{ matrix.runtime }}
6667 --no-restore
6768 --no-incremental
7374 run : >-
7475 dotnet test ${{ env.SOLUTION_PATH }}
7576 --configuration ${{ env.CONFIGURATION }}
77+ --framework net10.0
7678 --runtime ${{ matrix.runtime }}
7779 --no-build
7880 --verbosity normal
You can’t perform that action at this time.
0 commit comments