Skip to content

Commit

Permalink
downgraded Refit NuGet package to latest 5.x
Browse files Browse the repository at this point in the history
reason is that AppCenter builds can't build projects that reference Refit, since it has a min. version requirement of MSBuild 16.8.0, and the AppCenter build servers still use MSBuild 16.6.0
  • Loading branch information
vividos committed Mar 14, 2021
1 parent cd5eece commit 33bc95e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/App/Logic/WhereToFly.App.Logic.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<ItemGroup>
<PackageReference Include="HtmlAgilityPack" Version="1.11.31" />
<PackageReference Include="Markdig" Version="0.23.0" />
<PackageReference Include="Refit" Version="6.0.24" />
<PackageReference Include="Refit" Version="5.2.4" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/Web/LiveTracking/WhereToFly.Web.LiveTracking.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<ItemGroup>
<PackageReference Include="BuildBundlerMinifier" Version="3.2.449" />
<PackageReference Include="Refit" Version="6.0.24" />
<PackageReference Include="Refit" Version="5.2.4" />
<PackageReference Include="System.Collections" Version="4.3.0" />
</ItemGroup>

Expand Down
2 changes: 1 addition & 1 deletion src/WebApi/Logic/WhereToFly.WebApi.Logic.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="5.0.0" />
<PackageReference Include="HtmlAgilityPack" Version="1.11.31" />
<PackageReference Include="Refit" Version="6.0.24" />
<PackageReference Include="Refit" Version="5.2.4" />
<PackageReference Include="Sandwych.QuickGraph.Core" Version="1.0.0" />
<PackageReference Include="SharpKml.Core" Version="5.2.0" />
</ItemGroup>
Expand Down

0 comments on commit 33bc95e

Please sign in to comment.