You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
991 B
30 lines
991 B
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
<Import Project="..\..\..\common.props" />
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>netstandard2.0</TargetFramework>
|
|
<RootNamespace />
|
|
<Description>阿里云SDK基础框架</Description>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<None Remove="LINGYUN\Abp\Aliyun\Localization\Resources\en.json" />
|
|
<None Remove="LINGYUN\Abp\Aliyun\Localization\Resources\zh-Hans.json" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<EmbeddedResource Include="LINGYUN\Abp\Aliyun\Localization\Resources\en.json" />
|
|
<EmbeddedResource Include="LINGYUN\Abp\Aliyun\Localization\Resources\zh-Hans.json" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="aliyun-net-sdk-core" Version="1.5.10" />
|
|
<PackageReference Include="Volo.Abp.Caching" Version="4.2.1" />
|
|
<PackageReference Include="Volo.Abp.Localization" Version="4.2.1" />
|
|
<PackageReference Include="Volo.Abp.Json" Version="4.2.1" />
|
|
<PackageReference Include="Volo.Abp.Settings" Version="4.2.1" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|
|
|