Fix .NET 8 sandbox.

Oops.
This commit is contained in:
Pieter-Jan Briers
2023-12-15 19:08:06 +01:00
parent f5b1c26bec
commit d720e9393b
2 changed files with 5 additions and 1 deletions

View File

@@ -43,7 +43,7 @@ END TEMPLATE-->
### Bugfixes
*None yet*
.* Fix sandbox being broken thanks to .NET 8.
### Other

View File

@@ -492,8 +492,12 @@ Types:
IsByRefLikeAttribute: { All: True }
IsExternalInit: { All: True }
IsReadOnlyAttribute: { All: True }
IsUnmanagedAttribute: { All: True }
IteratorStateMachineAttribute: { All: True }
NullableAttribute: { All: True }
NullableContextAttribute: { All: True }
PreserveBaseOverridesAttribute: { All: True }
RefSafetyRulesAttribute: { All: True }
RuntimeCompatibilityAttribute: { All: True }
RuntimeHelpers: { All: True }
TaskAwaiter: { All: True }