aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/Emby.Server.Implementations.csproj
diff options
context:
space:
mode:
authorErik Rigtorp <erik@rigtorp.se>2020-05-12 14:33:06 -0700
committerErik Rigtorp <erik@rigtorp.se>2020-05-15 18:33:18 -0700
commitf144acdc9614bed64d7f8842356293a94a3b754a (patch)
tree8eba81eff65857068fff78079cccea03a9ece2dd /Emby.Server.Implementations/Emby.Server.Implementations.csproj
parentf33876e7e351129ea2296b537b38f9c87fd67b70 (diff)
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 44fc932e3..bab9e1c17 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>