lixiaojun
2024-09-09 c0f3c3f170846197d8d3f74ac123e0ac93a6dd67
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<Project Sdk="Microsoft.NET.Sdk">
 
  <PropertyGroup>
    <OutputType>Exe</OutputType>
    <TargetFramework>net6.0</TargetFramework>
    <ImplicitUsings>enable</ImplicitUsings>
    <Nullable>disable</Nullable>
  </PropertyGroup>
 
  <ItemGroup>
    <Compile Remove="AppSession\AppSession.cs" />
  </ItemGroup>
 
  <ItemGroup>
    <None Remove="paras_server_szjt_kt.json" />
  </ItemGroup>
 
  <ItemGroup>
    <Content Include="paras_server_szjt_kt.json">
      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
    </Content>
  </ItemGroup>
 
  <ItemGroup>
    <PackageReference Include="Yw.Log4Net.Core" Version="3.0.0" />
    <PackageReference Include="Yw.SuperSocket.Core" Version="3.0.0" />
    <PackageReference Include="Yw.Untity.Core" Version="3.0.2" />
  </ItemGroup>
 
</Project>