From 45af5686aed69bfcb52f60594cfbf30e6b97a085 Mon Sep 17 00:00:00 2001 From: MASES Public Developers Team <94312179+masesdevelopers@users.noreply.github.com> Date: Thu, 2 Nov 2023 14:43:56 +0100 Subject: [PATCH] Update tests --- .github/workflows/build.yaml | 2 +- tests/CLIParserTest/CLIParserTest.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 7449621..dd599af 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -67,7 +67,7 @@ jobs: - name: Test run: | - dotnet run --framework net461 --project tests\CLIParserTest\CLIParserTest.csproj + dotnet run --framework net462 --project tests\CLIParserTest\CLIParserTest.csproj dotnet run --framework net6.0 --project tests\CLIParserTest\CLIParserTest.csproj dotnet run --framework net7.0 --project tests\CLIParserTest\CLIParserTest.csproj diff --git a/tests/CLIParserTest/CLIParserTest.csproj b/tests/CLIParserTest/CLIParserTest.csproj index 0220ebc..3e16c13 100644 --- a/tests/CLIParserTest/CLIParserTest.csproj +++ b/tests/CLIParserTest/CLIParserTest.csproj @@ -10,7 +10,7 @@ MASES s.r.l. MASES s.r.l. 3.1.2.0 - net461;netcoreapp3.1;net5.0;net6.0 + net462;net6.0;net7.0 ..\..\bin\