Cosmos/source/Cosmos.Debug.DebugConnectors/Cosmos.Debug.DebugConnectors.csproj
2017-08-24 19:20:44 +01:00

17 lines
672 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<SignAssembly>True</SignAssembly>
<AssemblyOriginatorKeyFile>..\..\Cosmos.snk</AssemblyOriginatorKeyFile>
<PackageName>Cosmos.Debug.DebugConnectors</PackageName>
</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>