generated from wenjy/Sln.Iot
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
37 lines
1.5 KiB
XML
37 lines
1.5 KiB
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>net6.0</TargetFramework>
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
<Nullable>enable</Nullable>
|
|
|
|
<IsPackable>false</IsPackable>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.1.0" />
|
|
<PackageReference Include="xunit" Version="2.4.1" />
|
|
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.3">
|
|
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
|
|
<PrivateAssets>all</PrivateAssets>
|
|
</PackageReference>
|
|
<PackageReference Include="coverlet.collector" Version="3.1.2">
|
|
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
|
|
<PrivateAssets>all</PrivateAssets>
|
|
</PackageReference>
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\Sln.Iot.Business\Sln.Iot.Business.csproj" />
|
|
<ProjectReference Include="..\Sln.Iot.CFX\Sln.Iot.CFX.csproj" />
|
|
<ProjectReference Include="..\Sln.Iot.Common\Sln.Iot.Common.csproj" />
|
|
<ProjectReference Include="..\Sln.Iot.Config\Sln.Iot.Config.csproj" />
|
|
<ProjectReference Include="..\Sln.Iot.PLC\Sln.Iot.PLC.csproj" />
|
|
<ProjectReference Include="..\Sln.Iot.Repository\Sln.Iot.Repository.csproj" />
|
|
<ProjectReference Include="..\Sln.Iot.Serilog\Sln.Iot.Serilog.csproj" />
|
|
<ProjectReference Include="..\Sln.Iot.Socket\Sln.Iot.Socket.csproj" />
|
|
<ProjectReference Include="..\Sln.Iot\Sln.Iot.csproj" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|