Files
nix-dotfiles/VsCodeExtensions/VsCodeExtensions.fsproj
2021-12-20 21:35:49 +00:00

13 lines
252 B
XML

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