You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
651 B
21 lines
651 B
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>net6.0</TargetFramework>
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
<Nullable>disable</Nullable>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\BatCharging.Model\BatCharging.Model.csproj" />
|
|
<ProjectReference Include="..\CommonClass\CommonClass.csproj" />
|
|
<ProjectReference Include="..\Module.Socket.Tool\Module.Socket.Tool.csproj" />
|
|
<ProjectReference Include="..\Monitor.LogService\Monitor.LogService.csproj" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|