mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-19 04:18:43 +00:00
15 lines
535 B
XML
15 lines
535 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>netcoreapp2.0</TargetFramework>
|
|
<RuntimeIdentifier>cosmos</RuntimeIdentifier>
|
|
<SelfContained>True</SelfContained>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="Cosmos.Build" Version="0-*" NoWarn="NU1604" />
|
|
<PackageReference Include="Cosmos.Debug.Kernel" Version="0-*" NoWarn="NU1604" />
|
|
<PackageReference Include="Cosmos.System2" Version="0-*" NoWarn="NU1604" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|