Skip to content

Commit

Permalink
Remove net7.0 target
Browse files Browse the repository at this point in the history
  • Loading branch information
nietras committed Jan 12, 2025
1 parent b0a2c59 commit 7b0563d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Sep - ~~Possibly~~ the World's Fastest .NET CSV Parser
![.NET](https://img.shields.io/badge/net7.0%20net8.0%20net9.0-5C2D91?logo=.NET&labelColor=gray)
![.NET](https://img.shields.io/badge/net8.0%20net9.0-5C2D91?logo=.NET&labelColor=gray)
![C#](https://img.shields.io/badge/C%23-13.0-239120?labelColor=gray)
[![Build Status](https://github.com/nietras/Sep/actions/workflows/dotnet.yml/badge.svg?branch=main)](https://github.com/nietras/Sep/actions/workflows/dotnet.yml)
[![Super-Linter](https://github.com/nietras/Sep/actions/workflows/super-linter.yml/badge.svg)](https://github.com/marketplace/actions/super-linter)
Expand Down
2 changes: 1 addition & 1 deletion src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<Copyright>Copyright © nietras A/S 2023</Copyright>
<NeutralLanguage>en</NeutralLanguage>

<TargetFrameworks>net9.0;net8.0;net7.0</TargetFrameworks>
<TargetFrameworks>net9.0;net8.0</TargetFrameworks>
<CheckEolTargetFramework>false</CheckEolTargetFramework>

<LangVersion>13.0</LangVersion>
Expand Down
4 changes: 0 additions & 4 deletions src/Sep.XyzTest/Sep.XyzTest.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@
<RootNamespace>nietras.SeparatedValues.XyzTest</RootNamespace>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<IsPackable>false</IsPackable>

<!-- PublicApiGenerator references System.CodeDom which annoying warns about
net7.0 so have to suppress all -->
<SuppressTfmSupportBuildWarnings>true</SuppressTfmSupportBuildWarnings>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 7b0563d

Please sign in to comment.