Support [<Values>] (#12)

This commit is contained in:
Patrick Stevens
2024-06-04 23:14:23 +01:00
committed by GitHub
parent d30fde69a1
commit 2f9772007a
9 changed files with 271 additions and 27 deletions

View File

@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
@@ -7,6 +7,7 @@
<ItemGroup>
<Compile Include="Filter.fs" />
<Compile Include="Seq.fs" />
<Compile Include="Program.fs" />
</ItemGroup>