From d8bea8d852863052c89419bd8adcfac6391bdd2f Mon Sep 17 00:00:00 2001 From: Mael Lacour Date: Mon, 7 Oct 2024 14:25:48 +0200 Subject: [PATCH] fix: The lowest version added must be the lowest .NETStandard2.0 version available --- registry.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/registry.json b/registry.json index c9e0a66..aa4ee6b 100644 --- a/registry.json +++ b/registry.json @@ -1154,7 +1154,7 @@ }, "Parse": { "listed": true, - "version": "3.0.2" + "version": "3.0.0" }, "Polly": { "listed": true,