Skip to content

Commit ff93a8f

Browse files
MarimerLLC#2858 Update build target to dotnet 7
1 parent 8372650 commit ff93a8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Install .NET Core
1919
uses: actions/setup-dotnet@v1
2020
with:
21-
dotnet-version: '6.0'
21+
dotnet-version: '7.0'
2222
include-prerelease: True
2323

2424
- name: Build

0 commit comments

Comments
 (0)