1 2 3 4 5 6 7 8 9 10 11 12 13 14 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>