GxPress.Result.csproj 791 B

1234567891011121314151617181920212223
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <TargetFramework>netcoreapp3.0</TargetFramework>
  4. </PropertyGroup>
  5. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
  6. <DocumentationFile>bin\Debug\netcoreapp3.0\GxPress.Result.xml</DocumentationFile>
  7. </PropertyGroup>
  8. <ItemGroup>
  9. <PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="3.0.0" />
  10. <PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
  11. </ItemGroup>
  12. <ItemGroup>
  13. <ProjectReference Include="..\..\Infrastructure\GxPress.Common\GxPress.Common.csproj" />
  14. <ProjectReference Include="..\GxPress.Entity\GxPress.Entity.csproj" />
  15. <ProjectReference Include="..\GxPress.EnumConst\GxPress.EnumConst.csproj" />
  16. </ItemGroup>
  17. </Project>