mirror of
https://github.com/microsoft/terminal.git
synced 2026-04-30 16:00:26 -04:00
moved readconsoleinputstream to samples folder; added readme; updated root readme.
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
<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>
|
||||
Reference in New Issue
Block a user