aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/Emby.Server.Implementations.csproj
diff options
context:
space:
mode:
authorVasily <JustAMan@users.noreply.github.com>2020-05-18 22:23:40 +0300
committerGitHub <noreply@github.com>2020-05-18 22:23:40 +0300
commit2d2c1d94733a1959f84c1cc26f8051d0be35cfb4 (patch)
treecfcf6ffaa8520b6ccc225ae5d3898651d1a5efe3 /Emby.Server.Implementations/Emby.Server.Implementations.csproj
parente14c85555c6e906175a77c96e96180baf95964a5 (diff)
parentf144acdc9614bed64d7f8842356293a94a3b754a (diff)
Merge pull request #3099 from rigtorp/ignore-patterns
Use glob patterns to ignore files
Diffstat (limited to 'Emby.Server.Implementations/Emby.Server.Implementations.csproj')
-rw-r--r--Emby.Server.Implementations/Emby.Server.Implementations.csproj1
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 e95228b70..b69a126b3 100644
--- a/Emby.Server.Implementations/Emby.Server.Implementations.csproj
+++ b/Emby.Server.Implementations/Emby.Server.Implementations.csproj
@@ -43,6 +43,7 @@
<PackageReference Include="ServiceStack.Text.Core" Version="5.8.0" />
<PackageReference Include="sharpcompress" Version="0.25.0" />
<PackageReference Include="SQLitePCL.pretty.netstandard" Version="2.1.0" />
+ <PackageReference Include="DotNet.Glob" Version="3.0.9" />
</ItemGroup>
<ItemGroup>