Blame view

antis-ncc-net-core/src/Infrastructure/NCC.Expand.Thirdparty/NCC.Expand.Thirdparty.csproj 913 Bytes
03207d5d   wwk   1
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
  <Project Sdk="Microsoft.NET.Sdk">
  
    <PropertyGroup>
      <TargetFramework>net5.0</TargetFramework>
    </PropertyGroup>
  
    <ItemGroup>
      <PackageReference Include="aliyun-net-sdk-core" Version="1.5.10" />
      <PackageReference Include="MailKit" Version="2.15.0" />
      <PackageReference Include="OnceMi.AspNetCore.OSS" Version="1.0.9" />
      <PackageReference Include="Senparc.Weixin.Work" Version="3.9.600" />
      <PackageReference Include="TencentCloudSDK.Sms" Version="3.0.368" />
    </ItemGroup>
  
    <ItemGroup>
      <ProjectReference Include="..\..\Modularity\Common\NCC.Common\NCC.Common.csproj" />
      <ProjectReference Include="..\NCC.Mapster\NCC.Mapster.csproj" />
      <ProjectReference Include="..\NCC\NCC.Code.csproj" />
    </ItemGroup>
  
    <ItemGroup>
      <Reference Include="topsdk-net-core">
        <HintPath>..\..\..\docs\dll\topsdk-net-core.dll</HintPath>
      </Reference>
    </ItemGroup>
  
  </Project>