Merge pull request #18 from oddstr13/pr-10.6-1

Also build against prerelease builds
This commit is contained in:
Cody Robibero
2020-07-17 07:01:01 -06:00
committed by GitHub
2 changed files with 3 additions and 3 deletions
@@ -8,8 +8,8 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Jellyfin.Controller" Version="10.*" />
<PackageReference Include="Jellyfin.Model" Version="10.*" />
<PackageReference Include="Jellyfin.Controller" Version="10.*-*" />
<PackageReference Include="Jellyfin.Model" Version="10.*-*" />
</ItemGroup>
<ItemGroup>