22ff3a0388
Signed-off-by: prescientmoon <git@moonythm.dev>
11 lines
327 B
XML
11 lines
327 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
<PropertyGroup>
|
|
<OutputType>Exe</OutputType>
|
|
<TargetFramework>netcoreapp3.1</TargetFramework>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Compile Include="Program.fs" />
|
|
</ItemGroup>
|
|
<Import Project=".paket\Paket.Restore.targets" />
|
|
</Project> |