Skip to content

Commit

Permalink
Downgrade contentful libs to 8.0.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertGHippo committed Oct 7, 2024
1 parent a6b9110 commit 8938520
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="contentful.csharp" Version="8.1.0" />
<PackageReference Include="contentful.csharp" Version="8.0.1" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="contentful.csharp" Version="8.1.0" />
<PackageReference Include="contentful.csharp" Version="8.0.1" />
<PackageReference Include="FuzzySharp" Version="2.0.2" />
<PackageReference Include="Microsoft.Extensions.Logging" Version="8.0.0" />
</ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<PackageReference Include="Azure.Extensions.AspNetCore.DataProtection.Blobs" Version="1.3.4" />
<PackageReference Include="Azure.Extensions.AspNetCore.DataProtection.Keys" Version="1.2.4" />
<PackageReference Include="Azure.Identity" Version="1.12.0" />
<PackageReference Include="contentful.aspnetcore" Version="8.2.0" />
<PackageReference Include="contentful.aspnetcore" Version="8.0.1" />
<PackageReference Include="GovUk.Frontend.AspNetCore" Version="2.2.0" />
<PackageReference Include="jQuery" Version="3.7.1" />
<PackageReference Include="moq" Version="4.20.72" />
Expand Down

0 comments on commit 8938520

Please sign in to comment.