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

This commit is contained in:
Bond_009
2021-05-23 00:20:19 +02:00
parent 13fbfe6091
commit 4d1d9f23d5
5 changed files with 28 additions and 26 deletions

View File

@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>
<TargetFramework>net6.0</TargetFramework>
<IsPackable>false</IsPackable>
<CodeAnalysisRuleSet>../jellyfin-tests.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>