diff --git a/Directory.Packages.props b/Directory.Packages.props index dec512ec..d3d9a8a0 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -29,10 +29,10 @@ - - - - + + + + diff --git a/docs/docs/specification.md b/docs/docs/specification.md index 48ac091b..c034c308 100644 --- a/docs/docs/specification.md +++ b/docs/docs/specification.md @@ -83,7 +83,7 @@ A non-dictionary type is mapped to `](https://learn.microsoft.com/dotnet/api/system.collections.generic.iasyncenumerable-1) or 4. It is an array type (including multi-dimensional arrays) or 5. It is or or -6. It is an [inline array](https://learn.microsoft.com/dotnet/csharp/language-reference/proposals/csharp-12.0/inline-arrays) or +6. It is an inline array or 7. It is a struct containing a [fixed size buffer](https://learn.microsoft.com/dotnet/csharp/language-reference/unsafe-code#fixed-size-buffers) as its only field. #### Construction Strategy