Skip to content

Commit

Permalink
Remove .NET Standard 1.0
Browse files Browse the repository at this point in the history
Fix #71
  • Loading branch information
k94ll13nn3 committed Feb 24, 2020
1 parent 54379cc commit f2d6372
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Strinken/Strinken.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<NeutralLanguage>en-US</NeutralLanguage>
<Authors>k94ll13nn3</Authors>
<Copyright>Copyright © k94ll13nn3</Copyright>
<TargetFrameworks>netstandard1.0;netstandard2.0</TargetFrameworks>
<TargetFramework>netstandard2.0</TargetFramework>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<PackageTags>parametrized;string;parser;strinken</PackageTags>
<PackageIcon>logo_64x64.png</PackageIcon>
Expand Down

0 comments on commit f2d6372

Please sign in to comment.