mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-19 12:30:32 +00:00
13 lines
431 B
XML
13 lines
431 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>netcoreapp2.0</TargetFramework>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="Cosmos.Build" Version="*" NoWarn="NU1604" />
|
|
<PackageReference Include="Cosmos.Debug.Kernel" Version="*" NoWarn="NU1604" />
|
|
<PackageReference Include="Cosmos.System2" Version="*" NoWarn="NU1604" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|