NCC.Extend.csproj 1.05 KB
<Project Sdk="Microsoft.NET.Sdk">
  <PropertyGroup>
    <TargetFramework>net6.0</TargetFramework>
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
    <DocumentationFile>bin\Debug\$(AssemblyName).xml</DocumentationFile>
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
    <DocumentationFile>bin\Release\$(AssemblyName).xml</DocumentationFile>
  </PropertyGroup>
  <ItemGroup>
    <ProjectReference Include="..\..\Common\NCC.Common.Core\NCC.Common.Core.csproj" />
    <ProjectReference Include="..\NCC.Extend.Interfaces\NCC.Extend.Interfaces.csproj" />
    <ProjectReference Include="..\NCC.Extend.Entitys\NCC.Extend.Entitys.csproj" />
  </ItemGroup>
  <ItemGroup>
    <PackageReference Include="AlibabaCloud.OSS.V2" Version="*" />
    <PackageReference Include="AlibabaCloud.SDK.Green20220302" Version="*" />
    <PackageReference Include="EPPlus" Version="6.2.10" />
    <PackageReference Include="Magicodes.IE.Excel" Version="2.7.4.5" />
  </ItemGroup>
</Project>