<Project Sdk="Microsoft.NET.Sdk">

  <PropertyGroup>
    <TargetFramework>netcoreapp3.0</TargetFramework>
	<NoWarn>$(NoWarn);NETSDK1138</NoWarn>
  </PropertyGroup>

  <ItemGroup>
    <ProjectReference Include="..\Edu.Aop\Edu.Aop.csproj" />
    <ProjectReference Include="..\Edu.Common\Edu.Common.csproj" />
    <ProjectReference Include="..\Edu.Model\Edu.Model.csproj" />
    <ProjectReference Include="..\Edu.Repository\Edu.Repository.csproj" />
    <ProjectReference Include="..\Edu.ThirdCore\Edu.ThirdCore.csproj" />
  </ItemGroup>

  <ItemGroup>
    <Reference Include="aliyun-net-sdk-dysmsapi">
      <HintPath>..\Edu.ThirdCore\lib\aliyun-net-sdk-dysmsapi.dll</HintPath>
    </Reference>
  </ItemGroup>

</Project>