diff --git a/src/Components/Blazor/Templates/src/content/BlazorWasm-CSharp/Server/BlazorWasm-CSharp.Server.csproj b/src/Components/Blazor/Templates/src/content/BlazorWasm-CSharp/Server/BlazorWasm-CSharp.Server.csproj
index 0d42f8eef5..eb9834dd9b 100644
--- a/src/Components/Blazor/Templates/src/content/BlazorWasm-CSharp/Server/BlazorWasm-CSharp.Server.csproj
+++ b/src/Components/Blazor/Templates/src/content/BlazorWasm-CSharp/Server/BlazorWasm-CSharp.Server.csproj
@@ -7,7 +7,6 @@
-
diff --git a/src/Components/Blazor/Templates/src/content/BlazorWasm-CSharp/Server/Startup.cs b/src/Components/Blazor/Templates/src/content/BlazorWasm-CSharp/Server/Startup.cs
index ef0e04d055..fc9fe04212 100644
--- a/src/Components/Blazor/Templates/src/content/BlazorWasm-CSharp/Server/Startup.cs
+++ b/src/Components/Blazor/Templates/src/content/BlazorWasm-CSharp/Server/Startup.cs
@@ -3,7 +3,6 @@ using Microsoft.AspNetCore.Hosting;
using Microsoft.AspNetCore.ResponseCompression;
using Microsoft.Extensions.DependencyInjection;
using Microsoft.Extensions.Hosting;
-using Newtonsoft.Json.Serialization;
using System.Linq;
namespace BlazorWasm_CSharp.Server
@@ -14,7 +13,7 @@ namespace BlazorWasm_CSharp.Server
// For more information on how to configure your application, visit https://go.microsoft.com/fwlink/?LinkID=398940
public void ConfigureServices(IServiceCollection services)
{
- services.AddMvc().AddNewtonsoftJson();
+ services.AddMvc();
services.AddResponseCompression(opts =>
{
opts.MimeTypes = ResponseCompressionDefaults.MimeTypes.Concat(