diff options
| author | Vasily <JustAMan@users.noreply.github.com> | 2020-05-18 22:23:40 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-05-18 22:23:40 +0300 |
| commit | 2d2c1d94733a1959f84c1cc26f8051d0be35cfb4 (patch) | |
| tree | cfcf6ffaa8520b6ccc225ae5d3898651d1a5efe3 /Emby.Server.Implementations/Emby.Server.Implementations.csproj | |
| parent | e14c85555c6e906175a77c96e96180baf95964a5 (diff) | |
| parent | f144acdc9614bed64d7f8842356293a94a3b754a (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.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 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> |
