Cosmos/source/Cosmos.VS.ProjectSystem/ProjectTemplates/CosmosProject (FSharp)/FSharpProject.fsproj
Arawn Davies e81e8a09f4 Same as before - csproj, vbproj, fsproj
Fixed the fsproj because of same issue in csproj and vbproj for the project templates
2017-08-02 22:05:52 +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>