lixiaojun
2022-09-05 b29e9fbda8096ce7255864cd2d63122cca60b952
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<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>