<Project Sdk="Microsoft.NET.Sdk">
|
|
<PropertyGroup>
|
<TargetFramework>net6.0</TargetFramework>
|
<ImplicitUsings>enable</ImplicitUsings>
|
<Nullable>disable</Nullable>
|
<AssemblyName>IStation.Service.LinuxTest</AssemblyName>
|
<RootNamespace>IStation.Service</RootNamespace>
|
<GenerateDocumentationFile>True</GenerateDocumentationFile>
|
</PropertyGroup>
|
|
<ItemGroup>
|
<ProjectReference Include="..\..\Component\IStation.RabbitMq\IStation.RabbitMq.csproj" />
|
<ProjectReference Include="..\..\DAL\IStation.DAL.LinuxTest\IStation.DAL.LinuxTest.csproj" />
|
<ProjectReference Include="..\..\Model\IStation.Model.LinuxTest\IStation.Model.LinuxTest.csproj" />
|
<ProjectReference Include="..\..\RedisCache\IStation.RedisCache.LinuxTest\IStation.RedisCache.LinuxTest.csproj" />
|
<ProjectReference Include="..\IStation.Service.Core\IStation.Service.Core.csproj" />
|
</ItemGroup>
|
|
</Project>
|