Fix projects definitions
This commit is contained in:
@@ -3,6 +3,8 @@
|
||||
<PropertyGroup>
|
||||
<OutputType>Exe</OutputType>
|
||||
<TargetFramework>net7.0</TargetFramework>
|
||||
<ImplicitUsings>enable</ImplicitUsings>
|
||||
<RootNamespace>AdventOfCode2017</RootNamespace>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
||||
@@ -1,7 +1,5 @@
|
||||
using System;
|
||||
using System.Linq;
|
||||
namespace AdventOfCode2017;
|
||||
|
||||
namespace AdventOfCode2017;
|
||||
/*
|
||||
|
||||
--- Day 2: Corruption Checksum ---
|
||||
|
||||
Reference in New Issue
Block a user