From b4edb24ec32fa5f61fd967e2893b6f335764eb11 Mon Sep 17 00:00:00 2001 From: Bond_009 Date: Wed, 12 Dec 2018 21:17:48 +0100 Subject: Change libraries from netcoreapp to netstandard Ref: https://dotnetcoretutorials.com/2017/01/13/net-standard-vs-net-core-whats-difference/ --- RSSDP/RSSDP.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'RSSDP') diff --git a/RSSDP/RSSDP.csproj b/RSSDP/RSSDP.csproj index 994e741580..0737dc2135 100644 --- a/RSSDP/RSSDP.csproj +++ b/RSSDP/RSSDP.csproj @@ -6,7 +6,7 @@ - netcoreapp2.1 + netstandard2.0 false -- cgit v1.2.3