Files
NasRobot/src/Service/Service.csproj

18 lines
417 B
XML
Raw Normal View History

2025-02-27 16:58:21 +08:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\Core\Core.csproj" />
<ProjectReference Include="..\Interface\Interface.csproj" />
</ItemGroup>
<ItemGroup>
</ItemGroup>
</Project>