Skip to content

Commit

Permalink
Bump ReactiveUI.Fody from 14.2.1 to 14.3.1 (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Aug 12, 2021
1 parent 1c27096 commit 6ea2d1c
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="14.2.1" />
<PackageReference Include="ReactiveUI.Fody" Version="14.3.1" />
<PackageReference Include="Volo.Abp.Core" Version="4.4.0" />
</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="14.2.1" />
<PackageReference Include="ReactiveUI.Fody" Version="14.3.1" />
<PackageReference Include="Volo.Abp.Core" Version="4.4.0" />
</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="14.2.1" Condition="$(DefineConstants.Contains('ReactiveUI'))" />
<PackageReference Include="ReactiveUI.Fody" Version="14.3.1" Condition="$(DefineConstants.Contains('ReactiveUI'))" />
</ItemGroup>

</Project>

0 comments on commit 6ea2d1c

Please sign in to comment.