1
0

fix: remove 'Foo' project

This commit is contained in:
Rokas Puzonas 2021-11-17 02:32:17 +02:00
parent 1dea11143f
commit f243f206af
2 changed files with 0 additions and 20 deletions

View File

@ -1,8 +0,0 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp2.1</TargetFramework>
</PropertyGroup>
</Project>

View File

@ -1,12 +0,0 @@
using System;
namespace Foo
{
class Program
{
static void Main(string[] args)
{
Console.WriteLine("Hello World!");
}
}
}