Update adding-model.md

pull/23918/head
Rick Anderson 2021-11-15 09:28:20 -10:00 committed by GitHub
parent 6573355d60
commit e88b3d56c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ The <xref:System.ComponentModel.DataAnnotations.DataType> attribute on `ReleaseD
[DataAnnotations](/dotnet/api/system.componentmodel.dataannotations) are covered in a later tutorial.
he question mark after `string` indicates that the property is nullable. For more information, see [Nullable reference types](/dotnet/csharp/nullable-references).
The question mark after `string` indicates that the property is nullable. For more information, see [Nullable reference types](/dotnet/csharp/nullable-references).
## Add NuGet packages