Skip to content

Commit

Permalink
Update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
masesdevelopers authored Nov 2, 2023
1 parent 135d842 commit 45af568
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion tests/CLIParserTest/CLIParserTest.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<Authors>MASES s.r.l.</Authors>
<Company>MASES s.r.l.</Company>
<Version>3.1.2.0</Version>
<TargetFrameworks>net461;netcoreapp3.1;net5.0;net6.0</TargetFrameworks>
<TargetFrameworks>net462;net6.0;net7.0</TargetFrameworks>
<OutputPath>..\..\bin\</OutputPath>
</PropertyGroup>
<ItemGroup>
Expand Down

0 comments on commit 45af568

Please sign in to comment.