blob: acbbdb1d153cf8970926c7902dbb79c48e41170d (
plain) (
tree)
|
|
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<Compile Include="solutions/**" />
<Compile Include="Program.fs" />
</ItemGroup>
</Project>
|