Skip to content

Commit

Permalink
tweak: Remove the dependency on Newtonsoft.Json
Browse files Browse the repository at this point in the history
  • Loading branch information
notheotherben committed Jun 25, 2019
1 parent 827c3fd commit cfd7d03
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion Bender/Bender.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="3.0.0-preview6.19307.2" />
<PackageReference Include="Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version="1.7.10" />
<PackageReference Include="Microsoft.VisualStudio.Azure.Kubernetes.Tools.Targets" Version="1.0.0" />
<PackageReference Include="Sentry.AspNetCore" Version="1.2.0" />
Expand Down
1 change: 0 additions & 1 deletion Bender/Startup.cs
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ public void ConfigureServices(IServiceCollection services)
});

services.AddMvc()
.AddNewtonsoftJson()
.AddMvcOptions(options =>
{
options.RespectBrowserAcceptHeader = true;
Expand Down

0 comments on commit cfd7d03

Please sign in to comment.