Files
Web_BLVLOG_Server_Mvc_Prod/WebApplication3/WebApplication3.fsproj

14 lines
313 B
XML
Raw Normal View History

2025-11-20 16:20:04 +08:00
<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>