diff --git a/README.md b/README.md index 5c1277f..dbebcb3 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/src/Directory.Build.props b/src/Directory.Build.props index 9c2920d..c268f2f 100644 --- a/src/Directory.Build.props +++ b/src/Directory.Build.props @@ -10,7 +10,6 @@ Copyright © nietras A/S 2023 en - net9.0;net8.0 false diff --git a/src/Sep.XyzTest/Sep.XyzTest.csproj b/src/Sep.XyzTest/Sep.XyzTest.csproj index d23f4b8..2080118 100644 --- a/src/Sep.XyzTest/Sep.XyzTest.csproj +++ b/src/Sep.XyzTest/Sep.XyzTest.csproj @@ -4,10 +4,6 @@ nietras.SeparatedValues.XyzTest true false - - - true diff --git a/src/Sep/CompatibilitySuppressions.xml b/src/Sep/CompatibilitySuppressions.xml index 2f7dfb8..adf9d71 100644 --- a/src/Sep/CompatibilitySuppressions.xml +++ b/src/Sep/CompatibilitySuppressions.xml @@ -1,4 +1,8 @@  - + + + PKV006 + net7.0 + \ No newline at end of file