From c04f66d25e384a9331a915228cef0f983b42f3e8 Mon Sep 17 00:00:00 2001 From: Pranav K Date: Fri, 18 Jan 2019 11:03:47 -0800 Subject: [PATCH] Mark Mvc.NewtonsoftJson as a shipping package (#6842) --- 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 81aa05fb07..4973a3fb83 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 9bb08478c3..8e4e81faf1 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