Skip to content

Commit

Permalink
Update Nuget packages
Browse files Browse the repository at this point in the history
Fix format
  • Loading branch information
HMBSbige committed Jun 21, 2021
1 parent 58cce87 commit ecc512b
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 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.2" />
<PackageReference Include="ReactiveUI.Fody" Version="14.1.1" />
</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.2" />
<PackageReference Include="ReactiveUI.Fody" Version="14.1.1" />
</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.2" />
<PackageReference Include="ReactiveUI.WPF" Version="13.3.2" />
<PackageReference Include="ReactiveUI.Events.WPF" Version="14.1.1" />
<PackageReference Include="ReactiveUI.WPF" Version="14.1.1" />
<PackageReference Include="Splat.Microsoft.Extensions.DependencyInjection" Version="11.1.1" />
</ItemGroup>

Expand Down
8 changes: 4 additions & 4 deletions STUN/Message/Attributes/ReflectedFromAttribute.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
namespace STUN.Message.Attributes
{
/// <summary>
/// https://tools.ietf.org/html/rfc3489#section-11.2.11
/// </summary>
public class ReflectedFromAttribute : AddressAttribute { }
/// <summary>
/// https://tools.ietf.org/html/rfc3489#section-11.2.11
/// </summary>
public class ReflectedFromAttribute : AddressAttribute { }
}
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.2" Condition="$(DefineConstants.Contains('ReactiveUI'))" />
<PackageReference Include="ReactiveUI.Fody" Version="14.1.1" Condition="$(DefineConstants.Contains('ReactiveUI'))" />
</ItemGroup>

</Project>

0 comments on commit ecc512b

Please sign in to comment.