diff --git a/src/Flurl/Flurl.csproj b/src/Flurl/Flurl.csproj index ff47de5d..69c5da9e 100644 --- a/src/Flurl/Flurl.csproj +++ b/src/Flurl/Flurl.csproj @@ -3,7 +3,7 @@ net40;netstandard1.3;netstandard1.0; True - 3.0.0 + 2.5.0 Todd Menier A fluent, portable URL builder. To make HTTP calls off the fluent chain, check out Flurl.Http. http://tmenier.github.io/Flurl @@ -13,7 +13,7 @@ git fluent url uri querystring builder - 3.0.0 - Drop PCL target + 2.5.0 - Drop PCL target. add .NET Standard 1.0 2.4.0 - Up'd solution to VS2017, platform targeting fixes (github #176) 2.3.0 - First-class support for name-only query parameters (github #164), NullValueHandling config enum 2.2.1 - Fix net461 target (github #128)