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

22 lines
717 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Version>0.0.1-test</Version>
<Authors>Harald Wolff-Thobaben</Authors>
<Company>l--n.de</Company>
<Description>Framework to create REST like APIs</Description>
<Copyright>(c) 2020 Harald Wolff-Thobaben</Copyright>
<PackageTags></PackageTags>
</PropertyGroup>
<ItemGroup>
<!--PackageReference Include="ln.http" Version="0.2.1-test" /-->
<PackageReference Include="ln.json" Version="1.0.0" />
<ProjectReference Include="..\..\ln.http\ln.http\ln.http.csproj" />
</ItemGroup>
</Project>