This commit is contained in:
Brady
2019-10-19 21:02:18 -06:00
commit 62c9007691
12 changed files with 99 additions and 0 deletions

8
Shapes/Class1.cs Normal file
View File

@@ -0,0 +1,8 @@
using System;
namespace Shapes
{
public class Class1
{
}
}

7
Shapes/Shapes.csproj Normal file
View File

@@ -0,0 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netcoreapp2.2</TargetFramework>
</PropertyGroup>
</Project>