Skip to content

Commit 55f5956

Browse files
committed
C# 8 and nullable enable
1 parent 09ae060 commit 55f5956

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Simplify.Web.Json/Simplify.Web.Json.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<TargetFrameworks>netstandard2.0;net462</TargetFrameworks>
4+
<LangVersion>8.0</LangVersion>
5+
<Nullable>enable</Nullable>
46
<Authors>Alexander Krylkov</Authors>
57
<Product>Simplify</Product>
68
<Description>Simplify.Web JSON controller response and model binder</Description>

0 commit comments

Comments
 (0)