Replaced ProjectReference to ln.http with PackageReference
ln.build - build0.waldrennach.l--n.de build job pending Details

master
Harald Wolff 2020-12-05 23:10:16 +01:00
parent 8f98efd9a8
commit c99342c027
2 changed files with 4 additions and 4 deletions

View File

@ -3,8 +3,8 @@
<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" />
<PackageReference Include="ln.http" Version="0.2.1-test" />
<!--ProjectReference Include="..\..\ln.http\ln.http\ln.http.csproj" /-->
</ItemGroup>
<PropertyGroup>

View File

@ -13,9 +13,9 @@
</PropertyGroup>
<ItemGroup>
<!--PackageReference Include="ln.http" Version="0.2.1-test" /-->
<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" />
<!--ProjectReference Include="..\..\ln.http\ln.http\ln.http.csproj" /-->
</ItemGroup>
</Project>