Files
pulsing-server/SampleApplication/SampleApplication.fsproj
2021-02-17 18:18:01 +00:00

17 lines
367 B
XML

<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<Compile Include="Startup.fs" />
<Compile Include="Program.fs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\PulsingServer\PulsingServer.fsproj" />
</ItemGroup>
</Project>