add multi targeting frameworks in the same project for net 4.5 through net 7.0 and net standard 2.0

This commit is contained in:
Eliot Jones
2019-01-06 10:38:32 +00:00
parent 16b0260d68
commit 575953c0ed
14 changed files with 297 additions and 238 deletions

View File

@@ -229,7 +229,7 @@
private AcroFieldBase GetChoiceField(DictionaryToken fieldDictionary, NameToken fieldType, uint fieldFlags, AcroFieldCommonInformation information)
{
var selectedOptions = Array.Empty<string>();
var selectedOptions = EmptyArray<string>.Instance;
if (fieldDictionary.TryGet(NameToken.V, out var valueToken))
{
if (DirectObjectFinder.TryGet(valueToken, tokenScanner, out StringToken valueString))