Files
LanMountainDesktop/LanMountainDesktop.RecommendationBackend/LanMountainDesktop.RecommendationBackend.csproj

11 lines
240 B
XML
Raw Normal View History

2026-03-04 02:02:34 +08:00
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>net10.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<Version>1.0.0</Version>
</PropertyGroup>
</Project>