Files
fsharp-quine/Quine/Quine.fsproj
Patrick Stevens 232775cd92 Net9 SDK (#3)
2024-12-15 22:38:48 +00:00

13 lines
230 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net9.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<Compile Include="Program.fs" />
</ItemGroup>
</Project>