mirror of
https://github.com/Smaug123/pulsing-server
synced 2025-10-05 15:08:39 +00:00
13 lines
274 B
XML
13 lines
274 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>net5.0</TargetFramework>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<Compile Include="ServerAgent.fs" />
|
|
<Compile Include="ExternalInfoProvider.fs" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|