From 3848be363b0e2224947a97db87ab4e09e9eb2857 Mon Sep 17 00:00:00 2001 From: "Wei \"oldrev\" Li" Date: Tue, 13 Mar 2018 22:09:12 +0800 Subject: [PATCH] Add .Net 4.6.1 to targeting frameworks --- LinqToQuerystring.Core/LinqToQuerystring.Core.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LinqToQuerystring.Core/LinqToQuerystring.Core.csproj b/LinqToQuerystring.Core/LinqToQuerystring.Core.csproj index 64836e4..fddd902 100644 --- a/LinqToQuerystring.Core/LinqToQuerystring.Core.csproj +++ b/LinqToQuerystring.Core/LinqToQuerystring.Core.csproj @@ -1,7 +1,7 @@ - netstandard2.0 + netstandard2.0;net461