Skip to content

Commit

Permalink
downgrade packages
Browse files Browse the repository at this point in the history
  • Loading branch information
tl-Roberto-Mancinelli committed Nov 22, 2024
1 parent bc49e12 commit c683c91
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/TrueLayer/TrueLayer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
<RepositoryUrl>https://github.com/TrueLayer/truelayer-dotnet</RepositoryUrl>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Configuration.Abstractions" Version="9.0.0"/>
<PackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="9.0.0"/>
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="9.0.0"/>
<PackageReference Include="Microsoft.Extensions.Http" Version="9.0.0"/>
<PackageReference Include="Microsoft.Extensions.Configuration.Abstractions" Version="8.0.0"/>
<PackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="8.0.2"/>
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="8.0.2"/>
<PackageReference Include="Microsoft.Extensions.Http" Version="8.0.1"/>
<PackageReference Include="OneOf" Version="3.0.271"/>
<PackageReference Include="TrueLayer.Signing" Version="0.1.15"/>
</ItemGroup>
Expand Down

0 comments on commit c683c91

Please sign in to comment.