mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-20 21:08:51 +00:00
16 lines
426 B
XML
16 lines
426 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>netstandard2.0</TargetFramework>
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="Cosmos.Build" Version="*" />
|
|
<PackageReference Include="Cosmos.Debug.Kernel" Version="*" />
|
|
<PackageReference Include="Cosmos.System2" Version="*" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|