mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-19 12:30:32 +00:00
16 lines
601 B
XML
16 lines
601 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>netstandard1.5</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.Threading.Thread" Version="4.3.0" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|