We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2c8a34 commit 0d30491Copy full SHA for 0d30491
src/ProjectTemplates/Web.ProjectTemplates/Worker-CSharp.csproj.in
@@ -1,8 +1,9 @@
1
-<Project Sdk="Microsoft.NET.Sdk.Web">
+<Project Sdk="Microsoft.NET.Sdk.Worker">
2
3
<PropertyGroup>
4
<TargetFramework>netcoreapp3.0</TargetFramework>
5
- <OutputType>Exe</OutputType>
+ <UserSecretsId>dotnet-Company.Application1-53bc9b9d-9d6a-45d4-8429-2a2761773502</UserSecretsId>
6
+ <ServerGarbageCollection>true</ServerGarbageCollection>
7
<NoDefaultLaunchSettingsFile Condition="'$(ExcludeLaunchSettings)' == 'True'">True</NoDefaultLaunchSettingsFile>
8
<RootNamespace Condition="'$(name)' != '$(name{-VALUE-FORMS-}safe_namespace)'">Company.Application1</RootNamespace>
9
</PropertyGroup>
0 commit comments