From ca1e294913f7d69569425499ea3cd3778fd762f7 Mon Sep 17 00:00:00 2001 From: Theodore Tsirpanis <12659251+teo-tsirpanis@users.noreply.github.com> Date: Fri, 10 Jul 2020 19:46:07 +0300 Subject: [PATCH] Target .NET Standard 2.0 as well. Under .NET Standard 2.0, the package dependency tree will be significantly trimmed. --- FParsec-Pipes/FParsec-Pipes.fsproj | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/FParsec-Pipes/FParsec-Pipes.fsproj b/FParsec-Pipes/FParsec-Pipes.fsproj index 4096aa1..6643ab6 100644 --- a/FParsec-Pipes/FParsec-Pipes.fsproj +++ b/FParsec-Pipes/FParsec-Pipes.fsproj @@ -1,14 +1,14 @@ - + - net45;netstandard1.6 + net45;netstandard1.6;netstandard2.0 Robert Peele A library for building FParsec parsers using pipeline operators. - https://opensource.org/licenses/MIT + MIT https://github.com/rspeele/FParsec-Pipes https://github.com/rspeele/FParsec-Pipes parser combinator f# fsharp c# csharp parsec fparsec pipe pipes - Target netstandard1.6 and net45 + Target netstandard2.0 as well Copyright 2016 Robert Peele true 1.1.1 @@ -26,8 +26,8 @@ - - + +