Skip to content

Commit eb38d8c

Browse files
committed
ci stuff
1 parent ee90142 commit eb38d8c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-and-test-solution.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
- name: Set up .NET
5454
uses: actions/setup-dotnet@v4
5555
with:
56-
dotnet-version: 8.x.x
56+
dotnet-version: 10.x.x
5757
- name: Build
5858
run: dotnet build ${{ inputs.solution }} --configuration ${{ inputs.configuration }}
5959
- name: Test

.github/workflows/release-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Set up .NET
2222
uses: actions/setup-dotnet@v4
2323
with:
24-
dotnet-version: 8.x.x
24+
dotnet-version: 10.x.x
2525
- name: pack
2626
run: dotnet pack ${{ inputs.project }} --configuration Release -o ./pkg
2727
- name: push

0 commit comments

Comments
 (0)