tangxu
2023-04-12 a71fbf8105683544129910626cc9e307134e0bab
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>