Files
Web_IoTBase_Sever_Prod/MyProtoActor/MyProtoActor.csproj

16 lines
399 B
XML
Raw Normal View History

2025-12-11 14:04:39 +08:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="MQTTnet" Version="5.0.1.1416" />
<PackageReference Include="Proto.Actor" Version="1.8.0" />
</ItemGroup>
</Project>