feat(*): Add 2021-02 files

This commit is contained in:
Josh Creek
2021-12-02 17:43:51 +00:00
parent ba286348ee
commit 1a8fcc1d61
5 changed files with 1119 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>_02</RootNamespace>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
</Project>