DI Example

This commit is contained in:
Luke Malpass
2018-06-13 07:29:08 +01:00
parent 9178d853d6
commit c97c685af9
13 changed files with 219 additions and 0 deletions

View File

@ -0,0 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
</PropertyGroup>
</Project>