Skip to content

Commit

Permalink
Removing Google dependencies and adding Microsoft.Extensions.FileSyst…
Browse files Browse the repository at this point in the history
…emGlobbing.
  • Loading branch information
ankenyr committed Jan 4, 2022
1 parent 9c17b66 commit 1f179ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@

<ItemGroup>
<PackageReference Include="Jellyfin.Controller" Version="10.7.7" />
<PackageReference Include="Microsoft.Extensions.FileSystemGlobbing" Version="6.0.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.11.0" />
<PackageReference Include="Moq" Version="4.16.1" />
<PackageReference Include="System.IO.Abstractions.TestingHelpers" Version="14.0.13" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Google.Apis" Version="1.55.0" />
<PackageReference Include="Google.Apis.Auth" Version="1.55.0" />
<PackageReference Include="Google.Apis.Core" Version="1.55.0" />
<PackageReference Include="Google.Apis.YouTube.v3" Version="1.55.0.2449" />
<PackageReference Include="Microsoft.Extensions.FileSystemGlobbing" Version="6.0.0" />
<PackageReference Include="Microsoft.Extensions.Http" Version="6.0.0" />
<PackageReference Include="System.IO.Abstractions" Version="14.0.13" />
</ItemGroup>
Expand Down

0 comments on commit 1f179ba

Please sign in to comment.