VBaoProxyApp.csproj 530 B

1234567891011121314151617
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <TargetFramework>netcoreapp3.1</TargetFramework>
  4. </PropertyGroup>
  5. <ItemGroup>
  6. <PackageReference Include="Microsoft.AspNet.WebApi.Client" Version="5.2.7" />
  7. </ItemGroup>
  8. <ItemGroup>
  9. <ProjectReference Include="..\..\Framework\Edge.Core\Edge.Core.csproj" />
  10. <ProjectReference Include="..\FdcServer\FdcServerHost\FdcServerHost.csproj" />
  11. <ProjectReference Include="..\HengshanEpsWrapper\MinimalModel\MinimalModel.csproj" />
  12. </ItemGroup>
  13. </Project>