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

This commit is contained in:
Josh Creek
2021-12-06 07:26:46 +00:00
parent a2ef4e6259
commit 3feeeb566c
5 changed files with 128 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>_06</RootNamespace>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
</Project>