Skip to content

Commit

Permalink
try to fix appveyor build
Browse files Browse the repository at this point in the history
  • Loading branch information
esskar committed Dec 12, 2020
1 parent d0b7b98 commit 084b889
Showing 1 changed file with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.AspNet.WebApi.Client" Version="5.2.7" />
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
</ItemGroup>

Expand All @@ -14,10 +15,4 @@
<ProjectReference Include="..\Serialize.Linq.Examples.RestContracts\Serialize.Linq.Examples.RestContracts.csproj" />
</ItemGroup>

<ItemGroup>
<Reference Include="System.Net.Http.Formatting">
<HintPath>..\..\..\..\..\..\Windows\Microsoft.NET\assembly\GAC_MSIL\System.Net.Http.Formatting\v4.0_4.0.0.0__31bf3856ad364e35\System.Net.Http.Formatting.dll</HintPath>
</Reference>
</ItemGroup>

</Project>

0 comments on commit 084b889

Please sign in to comment.