mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-19 04:18:43 +00:00
14 lines
486 B
XML
14 lines
486 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>netstandard2.0</TargetFramework>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="System.Diagnostics.Process" Version="4.3.0" />
|
|
<PackageReference Include="System.IO.Pipes" Version="4.3.0" />
|
|
<PackageReference Include="System.IO.Ports" Version="4.4.0" />
|
|
<PackageReference Include="System.Threading.Thread" Version="4.3.0" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|