Skip to content

Commit

Permalink
Update pakcages
Browse files Browse the repository at this point in the history
  • Loading branch information
HMBSbige committed Apr 2, 2021
1 parent 886abc4 commit a1d7980
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 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.2" />
<PackageReference Include="ReactiveUI.Fody" Version="13.2.10" />
</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.2" />
<PackageReference Include="ReactiveUI.Fody" Version="13.2.10" />
</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.2.2" />
<PackageReference Include="ReactiveUI.WPF" Version="13.2.2" />
<PackageReference Include="ReactiveUI.Events.WPF" Version="13.2.10" />
<PackageReference Include="ReactiveUI.WPF" Version="13.2.10" />
<PackageReference Include="Splat.Microsoft.Extensions.DependencyInjection" Version="10.0.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.2.2" Condition="$(DefineConstants.Contains('ReactiveUI'))" />
<PackageReference Include="ReactiveUI.Fody" Version="13.2.10" Condition="$(DefineConstants.Contains('ReactiveUI'))" />
</ItemGroup>

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

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.9.1" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.9.4" />
<PackageReference Include="MSTest.TestAdapter" Version="2.2.3" />
<PackageReference Include="MSTest.TestFramework" Version="2.2.3" />
<PackageReference Include="coverlet.collector" Version="3.0.3" />
Expand Down

0 comments on commit a1d7980

Please sign in to comment.