chore(*): Add linting to projects

This commit is contained in:
Josh Creek
2022-10-13 12:39:26 +01:00
parent 3f303c1427
commit c5be2fd048
2 changed files with 6 additions and 0 deletions
@@ -5,6 +5,7 @@
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<EnforceCodeStyleInBuild>true</EnforceCodeStyleInBuild>
</PropertyGroup>
<ItemGroup>