mirror of
https://github.com/microsoft/terminal.git
synced 2025-12-10 18:43:54 -06:00
16 lines
449 B
XML
16 lines
449 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<OutputType>Exe</OutputType>
|
|
<TargetFramework>netcoreapp2.2</TargetFramework>
|
|
<LangVersion>latest</LangVersion>
|
|
<RootNamespace>Samples.Terminal</RootNamespace>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="Pipelines.Sockets.Unofficial" Version="2.0.22" />
|
|
<PackageReference Include="Vanara.PInvoke.Kernel32" Version="2.3.6" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|