chore: enable NRT for tools

This commit is contained in:
Oliver Booth 2023-08-22 22:40:59 +01:00
parent 5b2c83e2eb
commit 9c5ed12cad
Signed by: oliverbooth
GPG Key ID: B89D139977693FED
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
<Project>
<PropertyGroup>
<LangVersion>11.0</LangVersion>
<Nullable>enable</Nullable>
<ImplicitUsings>true</ImplicitUsings>
<ExcludeFromCodeCoverage>true</ExcludeFromCodeCoverage>
<PackageLicenseFile/>