Skip to content

Commit c15dc81

Browse files
authored
fix: fix-release (#245)
1 parent be8e612 commit c15dc81

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ jobs:
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
@@ -71,6 +72,7 @@ jobs:
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
@@ -81,6 +83,7 @@ jobs:
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

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ jobs:
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
@@ -73,6 +74,7 @@ jobs:
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

0 commit comments

Comments
 (0)