From 8d0d2176016570917dc8d0df55100a2e94c6b03c Mon Sep 17 00:00:00 2001 From: jchassaing Date: Tue, 1 Aug 2023 16:55:23 +0200 Subject: [PATCH] Build for net6.0 + netstandard2.0 --- src/Fargo/Fargo.fsproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Fargo/Fargo.fsproj b/src/Fargo/Fargo.fsproj index 26d628f..9b1273f 100644 --- a/src/Fargo/Fargo.fsproj +++ b/src/Fargo/Fargo.fsproj @@ -1,7 +1,7 @@  - netstandard2.0 + netstandard2.0;net6.0 A functional argument parser with built in completion. Fargo.CmdLine true