diff options
Diffstat (limited to 'TJLaskuri.Core/TJLaskuri.Core.fsproj')
| -rw-r--r-- | TJLaskuri.Core/TJLaskuri.Core.fsproj | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/TJLaskuri.Core/TJLaskuri.Core.fsproj b/TJLaskuri.Core/TJLaskuri.Core.fsproj new file mode 100644 index 0000000..c3b606a --- /dev/null +++ b/TJLaskuri.Core/TJLaskuri.Core.fsproj @@ -0,0 +1,13 @@ +<Project Sdk="Microsoft.NET.Sdk"> + + <PropertyGroup> + <TargetFramework>net9.0</TargetFramework> + <GenerateDocumentationFile>true</GenerateDocumentationFile> + </PropertyGroup> + + <ItemGroup> + <Compile Include="Types.fs" /> + <Compile Include="Library.fs" /> + </ItemGroup> + +</Project> |
