Skip to content

Commit

Permalink
Merge pull request #8 from MrDave1999/remove-target-framework
Browse files Browse the repository at this point in the history
Removed the .NET Standard 2.1 target framework
  • Loading branch information
MrDave1999 authored Nov 23, 2022
2 parents 126d471 + 291d7a8 commit 72b4f01
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
[![seztion-parser-logo](https://raw.githubusercontent.com/MrDave1999/seztion-parser/main/docs/images/seztionparser-logo.png)](https://github.com/mrdave1999/seztion-parser)

[![seztion-parser](https://img.shields.io/badge/.NET%20Standard-2.0-red)](https://github.com/mrdave1999/seztion-parser)
[![seztion-parser](https://img.shields.io/badge/.NET%20Standard-2.1-green)](https://github.com/mrdave1999/seztion-parser)
[![seztion-parser](https://img.shields.io/badge/Class%20Library-Project-yellow)](https://github.com/mrdave1999/seztion-parser)
[![Nuget-Badges](https://buildstats.info/nuget/seztion-parser)](https://www.nuget.org/packages/seztion-parser/)

Expand Down
1 change: 0 additions & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
[![seztion-parser](images/seztionparser-logo.png)](https://github.com/mrdave1999/seztion-parser)

[![seztion-parser](https://img.shields.io/badge/.NET%20Standard-2.0-red)](https://github.com/mrdave1999/seztion-parser)
[![seztion-parser](https://img.shields.io/badge/.NET%20Standard-2.1-green)](https://github.com/mrdave1999/seztion-parser)
[![seztion-parser](https://img.shields.io/badge/Class%20Library-Project-yellow)](https://github.com/mrdave1999/seztion-parser)


Expand Down
2 changes: 1 addition & 1 deletion src/SeztionParser/SeztionParser.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>netstandard2.0;netstandard2.1</TargetFrameworks>
<TargetFrameworks>netstandard2.0;</TargetFrameworks>
<LangVersion>latest</LangVersion>
<Authors>David Román Amariles</Authors>
<Product>Seztion Parser</Product>
Expand Down

0 comments on commit 72b4f01

Please sign in to comment.