From 2d486fee1383e76838dcab57bd0252264ab2e9bb Mon Sep 17 00:00:00 2001 From: Pranav K Date: Fri, 18 Jan 2019 09:25:59 -0800 Subject: [PATCH] Put Mvc.NewtonsoftJson in the right section --- build/artifacts.props | 2 +- .../Microsoft.AspNetCore.Mvc.NewtonsoftJson.csproj | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/build/artifacts.props b/build/artifacts.props index 81aa05fb076e..4973a3fb8335 100644 --- a/build/artifacts.props +++ b/build/artifacts.props @@ -57,6 +57,7 @@ This can be done once #4246 is complete, and done in conjunction with converting + @@ -137,7 +138,6 @@ This can be done once #4246 is complete, and done in conjunction with converting - diff --git a/src/Mvc/src/Microsoft.AspNetCore.Mvc.NewtonsoftJson/Microsoft.AspNetCore.Mvc.NewtonsoftJson.csproj b/src/Mvc/src/Microsoft.AspNetCore.Mvc.NewtonsoftJson/Microsoft.AspNetCore.Mvc.NewtonsoftJson.csproj index 9bb08478c30d..8e4e81faf1ed 100644 --- a/src/Mvc/src/Microsoft.AspNetCore.Mvc.NewtonsoftJson/Microsoft.AspNetCore.Mvc.NewtonsoftJson.csproj +++ b/src/Mvc/src/Microsoft.AspNetCore.Mvc.NewtonsoftJson/Microsoft.AspNetCore.Mvc.NewtonsoftJson.csproj @@ -6,6 +6,7 @@ $(NoWarn);CS1591 true aspnetcore;aspnetcoremvc;json + true