Skip to content

Commit b1157a5

Browse files
authored
Missing nullable enable due to merges (#527)
1 parent c7d64cc commit b1157a5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Src/Fido2.Models/Objects/CredentialPropertiesOutput.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
using System.Text.Json.Serialization;
1+
#nullable enable
2+
using System.Text.Json.Serialization;
23

34
namespace Fido2NetLib.Objects;
45

0 commit comments

Comments
 (0)