Skip to content

Instantly share code, notes, and snippets.

@pingkunga
Created January 5, 2024 00:01
Show Gist options
  • Save pingkunga/725e0a4d6871137d36a049f9524f777b to your computer and use it in GitHub Desktop.
Save pingkunga/725e0a4d6871137d36a049f9524f777b to your computer and use it in GitHub Desktop.
sampledotnettools.csproj
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<PackAsTool>True</PackAsTool>
<AssemblyVersion>1.0.1.0</AssemblyVersion>
<FileVersion>1.0.1.0</FileVersion>
<Version>1.0.1</Version>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="HtmlAgilityPack" Version="1.11.46" />
</ItemGroup>
</Project>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment