Fix builds for dotnet6 (#6595)

* Target net6.0

* Use new Enum.TryParse(ReadOnlySpan<char>) overload

* Replace RNGCryptoServiceProvider with RandomNumberGenerator

* ci - target net6.0 (#6594)

* Update deployment for dotnet6

* Use generic 6.0.x preview for CI

* Update direct dotnet download links

Co-authored-by: Bond_009 <bond.009@outlook.com>
This commit is contained in:
Cody Robibero
2021-09-25 05:21:48 -07:00
committed by GitHub
parent e627b1b154
commit 4fc3de9b75
35 changed files with 98 additions and 65 deletions

2
debian/control vendored
View File

@@ -3,7 +3,7 @@ Section: misc
Priority: optional
Maintainer: Jellyfin Team <team@jellyfin.org>
Build-Depends: debhelper (>= 9),
dotnet-sdk-5.0,
dotnet-sdk-6.0,
libc6-dev,
libcurl4-openssl-dev,
libfontconfig1-dev,