feat(*): Add 2021-03 files

This commit is contained in:
Josh Creek
2021-12-03 19:23:14 +00:00
parent 4e73cf9763
commit 19842b6e70
6 changed files with 1268 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>_03</RootNamespace>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
</Project>