feat(*): Add 2021-08 files (part 1 working, part 2 not)

This commit is contained in:
Josh Creek
2021-12-08 07:19:32 +00:00
parent 6b51590b8b
commit 12b0a55e53
5 changed files with 255 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<RootNamespace>_08</RootNamespace>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
</Project>