aboutsummaryrefslogtreecommitdiff
path: root/TJLaskuri.Core/TJLaskuri.Core.fsproj
blob: bc6029f6f9031ec6e2562be08d92b07ff0bf05f5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<Project Sdk="Microsoft.NET.Sdk">

  <PropertyGroup>
    <TargetFramework>net9.0</TargetFramework>
    <GenerateDocumentationFile>true</GenerateDocumentationFile>
  </PropertyGroup>

  <ItemGroup>
    <Compile Include="Types.fs" />
    <Compile Include="Views.fs" />
    <Compile Include="Library.fs" />
  </ItemGroup>

  <ItemGroup>
    <PackageReference Include="Falco.Markup" Version="1.2.0" />
  </ItemGroup>

</Project>