Fix projects definitions
This commit is contained in:
@@ -2,6 +2,8 @@
|
||||
|
||||
<PropertyGroup>
|
||||
<TargetFramework>net7.0</TargetFramework>
|
||||
<ImplicitUsings>enable</ImplicitUsings>
|
||||
<RootNamespace>AdventOfCode2018.Tests</RootNamespace>
|
||||
|
||||
<IsPackable>false</IsPackable>
|
||||
</PropertyGroup>
|
||||
|
||||
@@ -1,6 +1,4 @@
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace AdventOfCode2018.Tests;
|
||||
namespace AdventOfCode2018.Tests;
|
||||
|
||||
public class Day04_Tests
|
||||
{
|
||||
|
||||
@@ -1,6 +1,4 @@
|
||||
using System;
|
||||
|
||||
namespace AdventOfCode2018.Tests;
|
||||
namespace AdventOfCode2018.Tests;
|
||||
|
||||
public class Day10_Tests
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user