aboutsummaryrefslogtreecommitdiff
path: root/TJLaskuri.Core/TJLaskuri.Core.fsproj
diff options
context:
space:
mode:
Diffstat (limited to 'TJLaskuri.Core/TJLaskuri.Core.fsproj')
-rw-r--r--TJLaskuri.Core/TJLaskuri.Core.fsproj18
1 files changed, 0 insertions, 18 deletions
diff --git a/TJLaskuri.Core/TJLaskuri.Core.fsproj b/TJLaskuri.Core/TJLaskuri.Core.fsproj
deleted file mode 100644
index bc6029f..0000000
--- a/TJLaskuri.Core/TJLaskuri.Core.fsproj
+++ /dev/null
@@ -1,18 +0,0 @@
-<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>