21 lines
718 B
XML
21 lines
718 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>net8.0</TargetFramework>
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
<Nullable>enable</Nullable>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="aliyun-net-sdk-core" Version="1.6.2" />
|
|
<PackageReference Include="Aliyun.OSS.SDK.NetCore" Version="2.14.1" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\LearningOfficer.OA.Common\LearningOfficer.OA.Common.csproj" />
|
|
<ProjectReference Include="..\LearningOfficer.OA.Core\LearningOfficer.OA.Core.csproj" />
|
|
<ProjectReference Include="..\LearningOfficer.OA.Infrastructure\LearningOfficer.OA.Infrastructure.csproj" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|