diff options
| author | dkanada <dkanada@users.noreply.github.com> | 2019-07-30 23:45:32 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-07-30 23:45:32 -0700 |
| commit | ca8e0796d98e89712a85c827314bdcd557e9934b (patch) | |
| tree | 6a208d7ce88ac8fd66330e800debc2fc0cd27a8b /Emby.Server.Implementations/Emby.Server.Implementations.csproj | |
| parent | 3949048dded1a06e1793c21b986c19756c729d57 (diff) | |
| parent | 998017a76d7e0fcc340bf9dbc3436caef583f6b4 (diff) | |
Merge pull request #1582 from Bond-009/ipnetwork
Include library via NuGet instead of via source
Diffstat (limited to 'Emby.Server.Implementations/Emby.Server.Implementations.csproj')
| -rw-r--r-- | Emby.Server.Implementations/Emby.Server.Implementations.csproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Emby.Server.Implementations/Emby.Server.Implementations.csproj b/Emby.Server.Implementations/Emby.Server.Implementations.csproj index 49015a07e..abbaef26b 100644 --- a/Emby.Server.Implementations/Emby.Server.Implementations.csproj +++ b/Emby.Server.Implementations/Emby.Server.Implementations.csproj @@ -20,6 +20,7 @@ </ItemGroup> <ItemGroup> + <PackageReference Include="IPNetwork2" Version="2.4.0.126" /> <PackageReference Include="Microsoft.AspNetCore.Hosting" Version="2.2.0" /> <PackageReference Include="Microsoft.AspNetCore.Hosting.Abstractions" Version="2.2.0" /> <PackageReference Include="Microsoft.AspNetCore.Hosting.Server.Abstractions" Version="2.2.0" /> |
