Skip to content

Commit

Permalink
dep: Bump ReactiveUI from 14.3.1 to 14.3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
HMBSbige committed Aug 18, 2021
1 parent a0db7cc commit 1963ef3
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="14.3.1" />
<PackageReference Include="ReactiveUI.Fody" Version="14.3.10" />
<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.3.1" />
<PackageReference Include="ReactiveUI.Fody" Version="14.3.10" />
<PackageReference Include="Volo.Abp.Core" Version="4.4.0" />
</ItemGroup>

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

</Project>

0 comments on commit 1963ef3

Please sign in to comment.