mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-27 14:02:19 +00:00
17 lines
631 B
XML
17 lines
631 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>netcoreapp1.0</TargetFramework>
|
|
<RuntimeIdentifier>win7-x86</RuntimeIdentifier>
|
|
<SignAssembly>True</SignAssembly>
|
|
<AssemblyOriginatorKeyFile>..\..\Cosmos.snk</AssemblyOriginatorKeyFile>
|
|
<OutputType>Exe</OutputType>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="System.Diagnostics.Process" Version="4.3.0" />
|
|
<PackageReference Include="System.Net.NameResolution" Version="4.3.0" />
|
|
<PackageReference Include="System.Net.Primitives" Version="4.3.0" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|