Skip to content

Commit

Permalink
Merge pull request #39 from HMBSbige/dependabot/nuget/ReactiveUI.Fody…
Browse files Browse the repository at this point in the history
…-13.2.18

Bump ReactiveUI.Fody from 13.2.10 to 13.2.18
  • Loading branch information
HMBSbige authored Apr 13, 2021
2 parents 8ac44c1 + ba9352e commit 3803e89
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion NatTypeTester.Models/NatTypeTester.Models.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="ReactiveUI.Fody" Version="13.2.10" />
<PackageReference Include="ReactiveUI.Fody" Version="13.2.18" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion NatTypeTester.ViewModels/NatTypeTester.ViewModels.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="ReactiveUI.Fody" Version="13.2.10" />
<PackageReference Include="ReactiveUI.Fody" Version="13.2.18" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion STUN/STUN.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="ReactiveUI.Fody" Version="13.2.10" Condition="$(DefineConstants.Contains('ReactiveUI'))" />
<PackageReference Include="ReactiveUI.Fody" Version="13.2.18" Condition="$(DefineConstants.Contains('ReactiveUI'))" />
</ItemGroup>

</Project>

0 comments on commit 3803e89

Please sign in to comment.