Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
tl-Roberto-Mancinelli committed Nov 22, 2024
1 parent b1246fa commit 7fcb0a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/TrueLayer/TrueLayer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
<PackageReference Include="TrueLayer.Signing" Version="0.1.15"/>
</ItemGroup>
<ItemGroup Condition=" '$(TargetFramework)' == 'netstandard2.1' ">
<PackageReference Include="System.Text.Json" Version="[5.0.2,9.0)"/>
<PackageReference Include="Microsoft.CSharp" Version="[4.7,5.0)"/>
<PackageReference Include="System.Text.Json" Version="5.0.2"/>
<PackageReference Include="Microsoft.CSharp" Version="4.7.0"/>
<PackageReference Include="System.ComponentModel.Annotations" Version="5.0.0" />
</ItemGroup>
<ItemGroup>
Expand Down

0 comments on commit 7fcb0a1

Please sign in to comment.