ln.http.api/ln.http.api.demo/ln.http.api.demo.csproj

16 lines
426 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<ItemGroup>
<ProjectReference Include="..\ln.http.api\ln.http.api.csproj" />
<!--PackageReference Include="ln.http" Version="0.2.1-test" /-->
<ProjectReference Include="..\..\ln.http\ln.http\ln.http.csproj" />
</ItemGroup>
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp3.1</TargetFramework>
</PropertyGroup>
</Project>