Skip to content

Commit

Permalink
Update RxUI
Browse files Browse the repository at this point in the history
  • Loading branch information
HMBSbige committed May 14, 2021
1 parent 583a27d commit b85a0d8
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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.3.1" />
<PackageReference Include="ReactiveUI.Fody" Version="13.3.2" />
</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.3.1" />
<PackageReference Include="ReactiveUI.Fody" Version="13.3.2" />
</ItemGroup>

<ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions NatTypeTester/NatTypeTester.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
</PackageReference>
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="5.0.1" />
<PackageReference Include="ModernWpfUI" Version="0.9.4" />
<PackageReference Include="ReactiveUI.Events.WPF" Version="13.3.1" />
<PackageReference Include="ReactiveUI.WPF" Version="13.3.1" />
<PackageReference Include="ReactiveUI.Events.WPF" Version="13.3.2" />
<PackageReference Include="ReactiveUI.WPF" Version="13.3.2" />
<PackageReference Include="Splat.Microsoft.Extensions.DependencyInjection" Version="11.1.1" />
</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.3.1" Condition="$(DefineConstants.Contains('ReactiveUI'))" />
<PackageReference Include="ReactiveUI.Fody" Version="13.3.2" Condition="$(DefineConstants.Contains('ReactiveUI'))" />
</ItemGroup>

</Project>

0 comments on commit b85a0d8

Please sign in to comment.