adding CS11 list patterns

This commit is contained in:
Oli Sturm
2022-10-05 11:51:55 +01:00
parent 7357231a71
commit 238814edbb
2 changed files with 59 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net7.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
</Project>