Use nullable reference types in the test project
This commit is contained in:
parent
198042fabc
commit
4eac2cd9fc
@ -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" />
|
||||
|
Loading…
x
Reference in New Issue
Block a user