mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-19 20:39:01 +00:00
15 lines
554 B
XML
15 lines
554 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>netstandard1.5</TargetFramework>
|
|
<SignAssembly>True</SignAssembly>
|
|
<AssemblyOriginatorKeyFile>..\..\Cosmos.snk</AssemblyOriginatorKeyFile>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="System.ComponentModel.Primitives" Version="4.3.0" />
|
|
<PackageReference Include="System.Diagnostics.Process" Version="4.3.0" />
|
|
<PackageReference Include="Microsoft.Win32.Registry" Version="4.3.0" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|