Skip to content

Instantly share code, notes, and snippets.

@farukterzioglu
Created October 13, 2019 19:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save farukterzioglu/2316db379ebb892380d2c98ec50b152f to your computer and use it in GitHub Desktop.
Save farukterzioglu/2316db379ebb892380d2c98ec50b152f to your computer and use it in GitHub Desktop.
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<PackageType>Template</PackageType>
<PackageId>Worker.Extended</PackageId>
<Title>Worker Service (Extended)</Title>
<Authors>Faruk Terzioğlu</Authors>
<Description>Pretty much full project template for creating a worker service.</Description>
...
</PropertyGroup>
<ItemGroup>
<Content Include="**\*" Exclude="**\bin\**;**\obj\**" />
<Compile Remove="**\*" />
</ItemGroup>
</Project>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment