Use nullable reference types in the test project

This commit is contained in:
Alexander Luzgarev 2018-12-26 12:47:59 +01:00
parent 198042fabc
commit 4eac2cd9fc

View File

@ -2,6 +2,8 @@
<PropertyGroup>
<TargetFramework>netcoreapp3.0</TargetFramework>
<IsPackable>false</IsPackable>
<NullableReferenceTypes>true</NullableReferenceTypes>
<LangVersion>8.0</LangVersion>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.7.0" />