13 lines
242 B
XML
13 lines
242 B
XML
![]() |
<Project Sdk="Microsoft.NET.Sdk">
|
|||
|
|
|||
|
<PropertyGroup>
|
|||
|
<OutputType>Exe</OutputType>
|
|||
|
<TargetFrameworks>netcoreapp2.1</TargetFrameworks>
|
|||
|
</PropertyGroup>
|
|||
|
|
|||
|
<ItemGroup>
|
|||
|
<Compile Include="Program.fs" />
|
|||
|
</ItemGroup>
|
|||
|
|
|||
|
</Project>
|