Skip to content

Instantly share code, notes, and snippets.

@NickAcPT
Created May 3, 2020 21:59
Show Gist options
  • Save NickAcPT/4954d54277881e4e89f3f8f05d8ae95e to your computer and use it in GitHub Desktop.
Save NickAcPT/4954d54277881e4e89f3f8f05d8ae95e to your computer and use it in GitHub Desktop.
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>
</PropertyGroup>
<PropertyGroup>
<PlatformTarget>AnyCPU</PlatformTarget>
</PropertyGroup>
<PropertyGroup />
<PropertyGroup />
<ItemGroup>
<PackageReference Include="Vanara.Core" Version="3.2.4" />
<PackageReference Include="Vanara.PInvoke.DwmApi" Version="3.2.4" />
<PackageReference Include="Vanara.PInvoke.Shared" Version="3.2.4" />
<PackageReference Include="Vanara.PInvoke.User32" Version="3.2.4" />
<PackageReference Include="Vanara.PInvoke.UxTheme" Version="3.2.4" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\WinTabby.Hooks\WinTabby.Hooks.csproj" />
</ItemGroup>
</Project>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment