Skip to content

Commit

Permalink
Drop out of support .NET 7 from test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
Romfos committed Apr 7, 2024
1 parent db8c644 commit 472d485
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ jobs:
with:
dotnet-version: |
6.0.x
7.0.x
8.0.x
- name: Check out repository
Expand Down
2 changes: 1 addition & 1 deletion src/NGherkin.Tests/NGherkin.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<Import Project="../NGherkin.props" />

<PropertyGroup>
<TargetFrameworks>net8.0;net7.0;net6.0;net462</TargetFrameworks>
<TargetFrameworks>net8.0;net6.0;net462</TargetFrameworks>
<IsPackable>false</IsPackable>
</PropertyGroup>

Expand Down

0 comments on commit 472d485

Please sign in to comment.