Fix projects definitions

This commit is contained in:
2023-12-09 07:18:26 +01:00
parent 632371eb48
commit 599bf0a23e
41 changed files with 44 additions and 335 deletions

View File

@@ -2,6 +2,8 @@
<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<RootNamespace>AdventOfCode2020.Tests</RootNamespace>
<IsPackable>false</IsPackable>
</PropertyGroup>