Skip to content

Instantly share code, notes, and snippets.

@CarterTsai
Last active November 6, 2019 15:05
Show Gist options
  • Save CarterTsai/5be6a0e5c6c7486f25c49d9933dbce55 to your computer and use it in GitHub Desktop.
Save CarterTsai/5be6a0e5c6c7486f25c49d9933dbce55 to your computer and use it in GitHub Desktop.
HamismeTemplate.csproj
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<PackageType>HamismeConsoleTemplate</PackageType>
<PackageVersion>1.0</PackageVersion>
<PackageId>Hamisme.ConsoleTemplate.CSharp</PackageId>
<Title>Hamisme Console Template</Title>
<Authors>CarterTsai</Authors>
<Description>The template "Console Application" was created by Hamisme(https://hamisme.blogspot.com/).</Description>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp3.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<Content Include="templates\**\*" Exclude="templates\**\bin\**;templates\**\obj\**" />
</ItemGroup>
</Project>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment