Skip to content

Commit

Permalink
build(deps): bump Makaretu.Dns.New from 3.0.0 to 3.0.1
Browse files Browse the repository at this point in the history
Bumps [Makaretu.Dns.New](https://github.com/jdomnitz/net-dns) from 3.0.0 to 3.0.1.
- [Release notes](https://github.com/jdomnitz/net-dns/releases)
- [Commits](https://github.com/jdomnitz/net-dns/commits/v3.0.1)

---
updated-dependencies:
- dependency-name: Makaretu.Dns.New
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 1, 2023
1 parent 5cad8ae commit 83e6fbb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions doc/Documentation.csproj
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>net6.0</TargetFrameworks>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Makaretu.Dns.New" Version="3.0.0" />
<PackageReference Include="Makaretu.Dns.New" Version="3.0.1" />
</ItemGroup>

</Project>
4 changes: 2 additions & 2 deletions src/Mdns.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>net6.0</TargetFrameworks>
Expand Down Expand Up @@ -30,7 +30,7 @@

<ItemGroup>
<PackageReference Include="Common.Logging" Version="3.4.1" />
<PackageReference Include="Makaretu.Dns.New" Version="3.0.0" />
<PackageReference Include="Makaretu.Dns.New" Version="3.0.1" />
<None Include="..\README.md" Pack="true" PackagePath="\"/>
</ItemGroup>

Expand Down

0 comments on commit 83e6fbb

Please sign in to comment.