aboutsummaryrefslogtreecommitdiff
path: root/TJLaskuri.Web/TJLaskuri.Web.fsproj
diff options
context:
space:
mode:
Diffstat (limited to 'TJLaskuri.Web/TJLaskuri.Web.fsproj')
-rw-r--r--TJLaskuri.Web/TJLaskuri.Web.fsproj15
1 files changed, 15 insertions, 0 deletions
diff --git a/TJLaskuri.Web/TJLaskuri.Web.fsproj b/TJLaskuri.Web/TJLaskuri.Web.fsproj
new file mode 100644
index 0000000..6ddf66a
--- /dev/null
+++ b/TJLaskuri.Web/TJLaskuri.Web.fsproj
@@ -0,0 +1,15 @@
+<Project Sdk="Microsoft.NET.Sdk.Web">
+
+ <PropertyGroup>
+ <TargetFramework>net9.0</TargetFramework>
+ </PropertyGroup>
+
+ <ItemGroup>
+ <Compile Include="Program.fs" />
+ </ItemGroup>
+
+ <ItemGroup>
+ <ProjectReference Include="..\TJLaskuri.Core\TJLaskuri.Core.fsproj" />
+ </ItemGroup>
+
+</Project>