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.
25 lines
694 B
25 lines
694 B
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<Import Project="..\..\..\..\configureawait.props" />
|
|
<Import Project="..\..\..\..\common.props" />
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>netstandard2.0</TargetFramework>
|
|
<RootNamespace />
|
|
<Description>阿里云短信服务</Description>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<None Remove="LINGYUN\Abp\Sms\Aliyun\Localization\Resources\*.json" />
|
|
<EmbeddedResource Include="LINGYUN\Abp\Sms\Aliyun\Localization\Resources\*.json" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="Volo.Abp.Sms" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\..\cloud-aliyun\LINGYUN.Abp.Aliyun\LINGYUN.Abp.Aliyun.csproj" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|
|
|