From ec838a0a207947b1cbe6b964fc9d3f0fe7cdfe5c Mon Sep 17 00:00:00 2001 From: Shad Storhaug Date: Thu, 15 Aug 2024 21:13:49 +0700 Subject: [PATCH] .github/workflows/Lucene-Net-Tests-CodeAnalysis.yml: Updated to test on net8.0 --- .github/workflows/Lucene-Net-Tests-CodeAnalysis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Lucene-Net-Tests-CodeAnalysis.yml b/.github/workflows/Lucene-Net-Tests-CodeAnalysis.yml index 886a49b90d..8a06e864df 100644 --- a/.github/workflows/Lucene-Net-Tests-CodeAnalysis.yml +++ b/.github/workflows/Lucene-Net-Tests-CodeAnalysis.yml @@ -49,7 +49,7 @@ jobs: fail-fast: false matrix: os: [windows-latest, ubuntu-latest] - framework: [net5.0] + framework: [net8.0] platform: [x64] configuration: [Release] exclude: