Skip to content

Commit

Permalink
Use NAPS2.Mdns package
Browse files Browse the repository at this point in the history
  • Loading branch information
cyanfish committed Mar 10, 2024
1 parent bda067f commit f0bb622
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 15 deletions.
7 changes: 0 additions & 7 deletions NAPS2.Escl.Server/NAPS2.Escl.Server.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,4 @@
<ProjectReference Include="..\NAPS2.Escl\NAPS2.Escl.csproj" />
</ItemGroup>

<ItemGroup>
<!-- TODO: Use https://github.com/jdomnitz/net-mdns Nuget package if PRs get merged -->
<Reference Include="Makaretu.Dns.Multicast.New">
<HintPath>..\NAPS2.Setup\lib\Makaretu.Dns.Multicast.New.dll</HintPath>
</Reference>
</ItemGroup>

</Project>
9 changes: 1 addition & 8 deletions NAPS2.Escl/NAPS2.Escl.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,18 +16,11 @@
<Import Project="..\NAPS2.Setup\targets\SdkPackageTargets.targets" />

<ItemGroup>
<PackageReference Include="Makaretu.Dns" Version="2.0.1" />
<PackageReference Include="NAPS2.Mdns" Version="1.0.1" />
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="8.0.0" />
<PackageReference Include="System.Net.Http" Version="4.3.4" />
</ItemGroup>

<ItemGroup>
<!-- TODO: Use https://github.com/jdomnitz/net-mdns Nuget package if PRs get merged -->
<Reference Include="Makaretu.Dns.Multicast.New">
<HintPath>..\NAPS2.Setup\lib\Makaretu.Dns.Multicast.New.dll</HintPath>
</Reference>
</ItemGroup>

<ItemGroup>
<AssemblyAttribute Include="System.Runtime.CompilerServices.InternalsVisibleTo">
<_Parameter1>NAPS2.Escl.Server</_Parameter1>
Expand Down
Binary file removed NAPS2.Setup/lib/Makaretu.Dns.Multicast.New.dll
Binary file not shown.

0 comments on commit f0bb622

Please sign in to comment.