Cosmos/source/Cosmos.VS.ProjectSystem/ProjectTemplates/CosmosProject (CSharp)/CSharpProject.csproj
Arawn Davies bb67359e25 Updated CosmosProject CSharp csproj
Updated CosmosProject CSharp csproj to use correct reference version (1.0.2-*) whereas before it was 1.0-*
I'll update the other project templates too
2017-08-02 22:03:42 +01:00

17 lines
445 B
XML

<Project Sdk="Microsoft.Net.Sdk">
<PropertyGroup>
<TargetFramework>netstandard1.5</TargetFramework>
<ProjectGuid>$KernelProjectGuid$</ProjectGuid>
</PropertyGroup>
<ItemGroup>
<None Remove="$safeprojectname$Boot.Cosmos" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Cosmos.Debug.Kernel" Version="1.0.2-*" />
<PackageReference Include="Cosmos.System" Version="1.0.2-*" />
</ItemGroup>
</Project>