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

This commit is contained in:
Josh Creek
2021-12-07 07:14:03 +00:00
parent 259637aa6e
commit 69a61b53e5
5 changed files with 142 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>_07</RootNamespace>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
</Project>