Files
Web_IoTBase_Sever_Prod/IOT_JieKou/IOT_JieKou.csproj

18 lines
413 B
XML
Raw Normal View History

2025-12-11 14:04:39 +08:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Orleans.Sdk" Version="8.2.0" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\CommonEntity\CommonEntity.csproj" />
</ItemGroup>
</Project>