Skip to content

Commit

Permalink
dep: Update ReactiveUI to 15.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
HMBSbige committed Aug 19, 2021
1 parent 13f6f9b commit cbd9c77
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion NatTypeTester.Models/NatTypeTester.Models.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<Import Project="..\common.props" />

<ItemGroup>
<PackageReference Include="ReactiveUI.Fody" Version="14.3.10" />
<PackageReference Include="ReactiveUI.Fody" Version="15.1.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 @@ -3,7 +3,7 @@
<Import Project="..\common.props" />

<ItemGroup>
<PackageReference Include="ReactiveUI.Fody" Version="14.3.10" />
<PackageReference Include="ReactiveUI.Fody" Version="15.1.1" />
<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 @@ -14,8 +14,8 @@
<PackageReference Include="Dns.Net" Version="0.1.0" />
<PackageReference Include="Microsoft.Extensions.Hosting" Version="5.0.0" />
<PackageReference Include="ModernWpfUI" Version="0.9.4" />
<PackageReference Include="ReactiveUI.Events.WPF" Version="14.3.10" />
<PackageReference Include="ReactiveUI.WPF" Version="14.3.10" />
<PackageReference Include="ReactiveUI.Events.WPF" Version="15.1.1" />
<PackageReference Include="ReactiveUI.WPF" Version="15.1.1" />
<PackageReference Include="Splat.Microsoft.Extensions.DependencyInjection" Version="12.1.12" />
<PackageReference Include="Volo.Abp.Autofac" Version="4.4.0" />
</ItemGroup>
Expand Down

0 comments on commit cbd9c77

Please sign in to comment.