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 09ae060 commit 55f5956Copy full SHA for 55f5956
Simplify.Web.Json/Simplify.Web.Json.csproj
@@ -1,6 +1,8 @@
1
<Project Sdk="Microsoft.NET.Sdk">
2
<PropertyGroup>
3
<TargetFrameworks>netstandard2.0;net462</TargetFrameworks>
4
+ <LangVersion>8.0</LangVersion>
5
+ <Nullable>enable</Nullable>
6
<Authors>Alexander Krylkov</Authors>
7
<Product>Simplify</Product>
8
<Description>Simplify.Web JSON controller response and model binder</Description>
0 commit comments