Skip to content

Commit

Permalink
dep: Update dependency Dns.Net to v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed May 15, 2022
1 parent 3ce0259 commit 6499acc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion NatTypeTester-Console/NatTypeTester_Console.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Dns.Net" Version="0.1.0" />
<PackageReference Include="Dns.Net" Version="0.2.0" />
</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 @@ -3,7 +3,7 @@
<Import Project="..\common.props" />

<ItemGroup>
<PackageReference Include="Dns.Net" Version="0.1.0" />
<PackageReference Include="Dns.Net" Version="0.2.0" />
<PackageReference Include="ReactiveUI" Version="18.0.10" />
<PackageReference Include="Volo.Abp.Core" Version="5.2.1" />
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion UnitTest/UnitTest.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Dns.Net" Version="0.1.0" />
<PackageReference Include="Dns.Net" Version="0.2.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.2.0" />
<PackageReference Include="Moq" Version="4.18.0" />
<PackageReference Include="MSTest.TestAdapter" Version="2.2.10" />
Expand Down

0 comments on commit 6499acc

Please sign in to comment.