Skip to content

Commit

Permalink
Merge pull request #6 from jdomnitz/dependabot/nuget/Makaretu.Dns.New…
Browse files Browse the repository at this point in the history
…-3.0.1

build(deps): bump Makaretu.Dns.New from 3.0.0 to 3.0.1
  • Loading branch information
jdomnitz authored May 1, 2023
2 parents 5cad8ae + 83e6fbb commit 53e99cf
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 53e99cf

Please sign in to comment.