Files
Web_IoTBase_Sever_Prod/看板定阅/看板定阅.csproj
2025-12-11 14:04:39 +08:00

24 lines
540 B
XML

<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="NLog" Version="6.0.6" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\MySQLAccess\MySQLAccess.csproj" />
</ItemGroup>
<ItemGroup>
<None Update="Para_copy.yaml">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
</ItemGroup>
</Project>