Cosmos/source/Cosmos.VS.ProjectSystem/ProjectTemplate.xml
2017-12-26 21:27:45 +00:00

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>