Files
Web_BLVLOG_Server_Mvc_Prod/WebApplication3/WebApplication3.fsproj
2025-11-20 16:20:37 +08:00

14 lines
313 B
XML

<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<Compile Include="WeatherForecast.fs" />
<Compile Include="Controllers/WeatherForecastController.fs" />
<Compile Include="Program.fs" />
</ItemGroup>
</Project>