From 45948df5b64eed5049a01fd8130f6aabe86817ff Mon Sep 17 00:00:00 2001 From: gdlcf88 Date: Sun, 24 Jul 2022 15:40:05 +0800 Subject: [PATCH] Downgrade the flash sale http client module to `netstandard2.0` --- ...yAbp.EShop.Products.Plugins.FlashSales.HttpApi.Client.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/FlashSales/src/EasyAbp.EShop.Products.Plugins.FlashSales.HttpApi.Client/EasyAbp.EShop.Products.Plugins.FlashSales.HttpApi.Client.csproj b/plugins/FlashSales/src/EasyAbp.EShop.Products.Plugins.FlashSales.HttpApi.Client/EasyAbp.EShop.Products.Plugins.FlashSales.HttpApi.Client.csproj index ef715f1d..860bfdaa 100644 --- a/plugins/FlashSales/src/EasyAbp.EShop.Products.Plugins.FlashSales.HttpApi.Client/EasyAbp.EShop.Products.Plugins.FlashSales.HttpApi.Client.csproj +++ b/plugins/FlashSales/src/EasyAbp.EShop.Products.Plugins.FlashSales.HttpApi.Client/EasyAbp.EShop.Products.Plugins.FlashSales.HttpApi.Client.csproj @@ -3,7 +3,7 @@ - netstandard2.1 + netstandard2.0