Skip to content

Commit 01fcc87

Browse files
committed
Update project file to enable C# 8.0 language features and nullable reference types
1 parent 92e913a commit 01fcc87

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Contentstack.Management.Core/contentstack.management.core.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
<PropertyGroup>
44
<TargetFrameworks>netstandard2.0;net471;net472;</TargetFrameworks>
5+
<LangVersion>8.0</LangVersion>
6+
<Nullable>enable</Nullable>
57
<Title>Contentstack Management</Title>
68
<Authors>Contentstack</Authors>
79
<Copyright>Copyright © 2012-2026 Contentstack. All Rights Reserved</Copyright>

0 commit comments

Comments
 (0)