diff --git a/src/System.Net.Http.Json/pkg/System.Net.Http.Json.pkgproj b/src/System.Net.Http.Json/pkg/System.Net.Http.Json.pkgproj index eba4cc39e9f9..97f03b8c871d 100644 --- a/src/System.Net.Http.Json/pkg/System.Net.Http.Json.pkgproj +++ b/src/System.Net.Http.Json/pkg/System.Net.Http.Json.pkgproj @@ -1,10 +1,13 @@ - - net461;netcoreapp2.0;uap10.0.16299;$(AllXamarinFrameworks) + + + net461;netcoreapp2.0;uap10.0.16299;$(AllXamarinFrameworks) - + + true + \ No newline at end of file diff --git a/src/System.Net.Http.Json/ref/Configurations.props b/src/System.Net.Http.Json/ref/Configurations.props index b6252750f8e5..cc2d366da195 100644 --- a/src/System.Net.Http.Json/ref/Configurations.props +++ b/src/System.Net.Http.Json/ref/Configurations.props @@ -2,6 +2,7 @@ netstandard; + net461; \ No newline at end of file diff --git a/src/System.Net.Http.Json/ref/System.Net.Http.Json.csproj b/src/System.Net.Http.Json/ref/System.Net.Http.Json.csproj index 7ccd4a399a31..1cc8862d12a3 100644 --- a/src/System.Net.Http.Json/ref/System.Net.Http.Json.csproj +++ b/src/System.Net.Http.Json/ref/System.Net.Http.Json.csproj @@ -1,6 +1,6 @@  - netstandard-Debug;netstandard-Release + netstandard-Debug;netstandard-Release;net461-Debug;net461-Release enable @@ -9,4 +9,9 @@ + + + + + diff --git a/src/System.Net.Http.Json/src/Configurations.props b/src/System.Net.Http.Json/src/Configurations.props index 665a8d43a6cc..6d976e9bf12d 100644 --- a/src/System.Net.Http.Json/src/Configurations.props +++ b/src/System.Net.Http.Json/src/Configurations.props @@ -2,6 +2,7 @@ netstandard; + net461; \ No newline at end of file diff --git a/src/System.Net.Http.Json/src/System.Net.Http.Json.csproj b/src/System.Net.Http.Json/src/System.Net.Http.Json.csproj index 5844621dc1d8..300d3103b2fd 100644 --- a/src/System.Net.Http.Json/src/System.Net.Http.Json.csproj +++ b/src/System.Net.Http.Json/src/System.Net.Http.Json.csproj @@ -1,6 +1,6 @@  - netstandard-Debug;netstandard-Release + netstandard-Debug;netstandard-Release;net461-Debug;net461-Release enable @@ -19,4 +19,9 @@ + + + + +