AutofacSamples4 implemented

This commit is contained in:
2020-12-02 21:40:14 +01:00
parent 0588a6a224
commit 9cc7079329
3 changed files with 67 additions and 0 deletions

View File

@ -0,0 +1,8 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp3.1</TargetFramework>
</PropertyGroup>
</Project>