diff options
Diffstat (limited to 'server-v2/src/EpistmoolServer/EpistmoolServer.fsproj')
-rw-r--r-- | server-v2/src/EpistmoolServer/EpistmoolServer.fsproj | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/server-v2/src/EpistmoolServer/EpistmoolServer.fsproj b/server-v2/src/EpistmoolServer/EpistmoolServer.fsproj new file mode 100644 index 0000000..7b4f671 --- /dev/null +++ b/server-v2/src/EpistmoolServer/EpistmoolServer.fsproj @@ -0,0 +1,12 @@ +<Project Sdk="Microsoft.NET.Sdk"> + + <PropertyGroup> + <OutputType>Exe</OutputType> + <TargetFramework>net6.0</TargetFramework> + </PropertyGroup> + + <ItemGroup> + <Compile Include="Program.fs"/> + </ItemGroup> + +</Project> |