add ogg file formats to local song library scanner (#914)

* add ogg file formats to local song library scanner

* update dependencies
This commit is contained in:
Jason Dove
2022-08-04 16:01:17 -05:00
committed by GitHub
parent ba079452e2
commit b0bd4c9fed
6 changed files with 10 additions and 9 deletions
@@ -21,7 +21,7 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Moq" Version="4.18.1" />
<PackageReference Include="Moq" Version="4.18.2" />
<PackageReference Include="NUnit" Version="3.13.3" />
<PackageReference Include="NUnit3TestAdapter" Version="4.2.1" />
<PackageReference Include="Serilog" Version="2.11.0" />