From 04c4828e7402a7ae8f0462a88f863f0b90de04d4 Mon Sep 17 00:00:00 2001 From: Tapio Rantala Date: Thu, 19 Oct 2023 09:25:05 +0300 Subject: [PATCH] Don't ignore NETStandard.Library --- registry.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/registry.json b/registry.json index cee7594f..fa8f8ba8 100644 --- a/registry.json +++ b/registry.json @@ -838,7 +838,8 @@ "version": "0.1.0" }, "NETStandard.Library": { - "ignore": true + "listed": true, + "version": "2.0.0" }, "Newtonsoft.Json": { "listed": true,