8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f80b30 commit abd0ea1Copy full SHA for abd0ea1
Src/Notion.Client/Models/PropertyValue/DatePropertyValue.cs
@@ -13,8 +13,8 @@ public class DatePropertyValue : PropertyValue
13
/// <summary>
14
/// Date
15
/// </summary>
16
- [JsonProperty("date", NullValueHandling = NullValueHandling.Include)]
17
- public Date? Date { get; set; }
+ [JsonProperty("date")]
+ public Date Date { get; set; }
18
}
19
20
Src/Notion.Client/Notion.Client.csproj
@@ -3,7 +3,7 @@
3
<PropertyGroup>
4
<VersionPrefix>2.2.3-preview</VersionPrefix>
5
<TargetFramework>netstandard2.0</TargetFramework>
6
- <LangVersion>8.0</LangVersion>
+ <LangVersion>7.3</LangVersion>
7
8
<PackageId>Notion.Net</PackageId>
9
<Authors>Vedant Koditkar</Authors>
0 commit comments