From f0a18b694709f624505864fed361f9e45a6aceed Mon Sep 17 00:00:00 2001 From: Gene Date: Sun, 25 Dec 2022 17:16:54 +0100 Subject: [PATCH] added net472 target --- UPnP/UPnP.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UPnP/UPnP.csproj b/UPnP/UPnP.csproj index cb75f5e..4e23d5b 100644 --- a/UPnP/UPnP.csproj +++ b/UPnP/UPnP.csproj @@ -11,6 +11,6 @@ upnp dlna ssdp win8-arm;linux-arm;win10-x64;osx.10.11-x64;linux-x64 Library - net6.0 + net472;net6.0