Skip to content

Commit 02e10de

Browse files
authored
Use .NET 8 but still target .NET 4
1 parent a195503 commit 02e10de

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-libs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ jobs:
283283
- uses: actions/setup-dotnet@v4
284284
if: ${{ matrix.platform == 'linux' }}
285285
with:
286-
dotnet-version: '4'
286+
dotnet-version: '8'
287287

288288
- name: Build FNA
289289
if: ${{ matrix.platform == 'linux' }}

0 commit comments

Comments
 (0)