From 1880e66b3b0bf44b4747947156e851e12cedfa6c Mon Sep 17 00:00:00 2001 From: Robert Middleton Date: Sat, 7 Oct 2023 22:18:37 -0400 Subject: [PATCH] remove bad version --- .github/workflows/log4net-dotnetcore.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/log4net-dotnetcore.yml b/.github/workflows/log4net-dotnetcore.yml index f3f54fc6..e89fc046 100644 --- a/.github/workflows/log4net-dotnetcore.yml +++ b/.github/workflows/log4net-dotnetcore.yml @@ -21,7 +21,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - dotnet: [ '1.1.x', '2.1.x', '3.1.x', '3.5.x', '5.0.x' ] + dotnet: [ '1.1.x', '2.1.x', '3.1.x', '5.0.x' ] name: Dotnet ${{ matrix.dotnet }} log4net build steps: - uses: actions/checkout@v3