From a32bdd6779a6f062c6f873fcdaa3992a0278ef83 Mon Sep 17 00:00:00 2001 From: Eric Erhardt Date: Thu, 15 Jun 2023 16:39:21 -0500 Subject: [PATCH] Remove Workstation GC from the API template Contributes to https://github.com/dotnet/sdk/issues/33298 --- src/ProjectTemplates/Web.ProjectTemplates/Api-CSharp.csproj.in | 1 - 1 file changed, 1 deletion(-) diff --git a/src/ProjectTemplates/Web.ProjectTemplates/Api-CSharp.csproj.in b/src/ProjectTemplates/Web.ProjectTemplates/Api-CSharp.csproj.in index 29f63b2c6e5b..5dea3243c51e 100644 --- a/src/ProjectTemplates/Web.ProjectTemplates/Api-CSharp.csproj.in +++ b/src/ProjectTemplates/Web.ProjectTemplates/Api-CSharp.csproj.in @@ -6,7 +6,6 @@ enable true Company.WebApplication1 - false true true