Enable NRTs for unit tests.

This commit is contained in:
Pieter-Jan Briers
2020-06-12 17:11:32 +02:00
parent b1ab4a61f8
commit aaa09881cb
31 changed files with 111 additions and 108 deletions
@@ -8,6 +8,7 @@
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
<OutputPath>../bin/UnitTesting</OutputPath>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<Nullable>enable</Nullable>
</PropertyGroup>
<Import Project="..\MSBuild\Robust.DefineConstants.targets" />
<ItemGroup>