<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <TargetFramework>netcoreapp3.0</TargetFramework> <LangVersion>latest</LangVersion> </PropertyGroup> <ItemGroup> <ProjectReference Include="..\..\Model\GxPress.Entity\GxPress.Entity.csproj" /> <ProjectReference Include="..\..\Model\GxPress.Request\GxPress.Request.csproj" /> <ProjectReference Include="..\..\Model\GxPress.Result\GxPress.Result.csproj" /> </ItemGroup> </Project>