Skip to content

Commit

Permalink
Update dependency versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ryannewington committed Mar 8, 2024
1 parent ce8cb08 commit 172cc35
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/Lithnet.Umare.Editor/Lithnet.Umare.Editor.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Lithnet.MetadirectoryServices.Resolver" Version="2.0.4" />
<PackageReference Include="Lithnet.MetadirectoryServices.Resolver" Version="2.0.5" />
<PackageReference Include="PropertyChanged.Fody" Version="4.1.0">
<PrivateAssets>all</PrivateAssets>
</PackageReference>
Expand Down
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.3" />
<PackageReference Include="Lithnet.Transforms.Presentation" Version="2.0.4" />
</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.3" />
<PackageReference Include="Lithnet.Transforms" Version="2.0.4" />
<PackageReference Include="PropertyChanged.Fody" Version="4.1.0">
<PrivateAssets>all</PrivateAssets>
</PackageReference>
Expand Down

0 comments on commit 172cc35

Please sign in to comment.