output list collections

This commit is contained in:
2020-04-29 13:18:53 +02:00
parent e74d8893c4
commit f694c7e910
21 changed files with 564 additions and 89 deletions
+11
View File
@@ -0,0 +1,11 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\zero.Core\zero.Core.csproj" />
</ItemGroup>
</Project>