Skip to content

Commit d1f00b0

Browse files
authored
Remove Workstation GC from the API template (#48845)
Contributes to dotnet/sdk#33298
1 parent 56f2ba4 commit d1f00b0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/ProjectTemplates/Web.ProjectTemplates/Api-CSharp.csproj.in

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
<ImplicitUsings>enable</ImplicitUsings>
77
<NoDefaultLaunchSettingsFile Condition="'$(ExcludeLaunchSettings)' == 'True'">true</NoDefaultLaunchSettingsFile>
88
<RootNamespace Condition="'$(name)' != '$(name{-VALUE-FORMS-}safe_namespace)'">Company.WebApplication1</RootNamespace>
9-
<ServerGarbageCollection>false</ServerGarbageCollection>
109
<!--#if (NativeAot) -->
1110
<InvariantGlobalization>true</InvariantGlobalization>
1211
<PublishAot>true</PublishAot>

0 commit comments

Comments
 (0)