Fix nullable reference types project setting

This commit is contained in:
Alexander Luzgarev 2019-02-11 20:37:10 +01:00
parent f65baccd86
commit 8be2aec0ab

View File

@ -2,7 +2,7 @@
<PropertyGroup> <PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework> <TargetFramework>netstandard2.0</TargetFramework>
<LangVersion>8.0</LangVersion> <LangVersion>8.0</LangVersion>
<NullableReferenceTypes>true</NullableReferenceTypes> <NullableContextOptions>enable</NullableContextOptions>
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>
<PackageReference Include="System.Collections.Immutable" Version="1.5.0" /> <PackageReference Include="System.Collections.Immutable" Version="1.5.0" />