Seyounth.Auto.Hs/share/Seyounth.Auto.Hs.Runtime/Seyounth.Auto.Hs.Runtime.csproj
2025-06-16 17:24:23 +08:00

16 lines
493 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="MediatR" Version="12.5.0" />
<PackageReference Include="Microsoft.Extensions.Hosting.Abstractions" Version="9.0.5" />
<PackageReference Include="Seyounth.Extensions.Plc" Version="1.0.1" />
</ItemGroup>
</Project>