fix: Use SetValue for FlyText string arrays (#1532)

- Might fix a bug causing crashes with certain FlyText use cases, maybe.
- Also allows building Dalamud under .NET 8 local envs.
This commit is contained in:
KazWolfe 2023-11-18 12:17:18 -08:00 committed by GitHub
parent 48e8462550
commit 93f08a4cb5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 20 additions and 26 deletions

View file

@ -1,7 +1,7 @@
{
"sdk": {
"version": "7.0.0",
"rollForward": "latestMinor",
"rollForward": "latestMajor",
"allowPrerelease": true
}
}
}