lixiaojun
2022-09-05 b29e9fbda8096ce7255864cd2d63122cca60b952
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<Project Sdk="Microsoft.NET.Sdk">
 
  <PropertyGroup>
    <OutputType>Exe</OutputType>
    <TargetFramework>net6.0</TargetFramework>
    <ImplicitUsings>enable</ImplicitUsings>
    <Nullable>disable</Nullable>
    <AssemblyName>IStation.Server.LinuxTest</AssemblyName>
    <RootNamespace>IStation.Server</RootNamespace>
  </PropertyGroup>
 
  <ItemGroup>
    <ProjectReference Include="..\..\Service\IStation.Service.LinuxTest\IStation.Service.LinuxTest.csproj" />
  </ItemGroup>
 
</Project>