Files
nix-dotfiles/VsCodeExtensions/VsCodeExtensions.fsproj
Patrick Stevens 44856ee782 Many updates (#16)
2023-04-01 09:00:45 +01:00

13 lines
252 B
XML

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