<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <TargetFramework>netcoreapp3.1</TargetFramework> </PropertyGroup> <ItemGroup> <PackageReference Include="Microsoft.AspNet.WebApi.Client" Version="5.2.7" /> </ItemGroup> <ItemGroup> <ProjectReference Include="..\..\Framework\Edge.Core\Edge.Core.csproj" /> <ProjectReference Include="..\FdcServer\FdcServerHost\FdcServerHost.csproj" /> <ProjectReference Include="..\HengshanEpsWrapper\MinimalModel\MinimalModel.csproj" /> </ItemGroup> </Project>