Skip to content

Commit

Permalink
Updates transfor library dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
ryannewington committed Mar 8, 2024
1 parent 172cc35 commit bfb69d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="System.Windows.Interactivity.WPF" Version="2.0.20525" />
<PackageReference Include="Lithnet.Transforms.Presentation" Version="2.0.4" />
<PackageReference Include="Lithnet.Transforms.Presentation" Version="2.0.5" />
</ItemGroup>


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

<ItemGroup>
<PackageReference Include="Lithnet.Transforms" Version="2.0.4" />
<PackageReference Include="Lithnet.Transforms" Version="2.0.5" />
<PackageReference Include="PropertyChanged.Fody" Version="4.1.0">
<PrivateAssets>all</PrivateAssets>
</PackageReference>
Expand Down

0 comments on commit bfb69d6

Please sign in to comment.