parent
55285cf085
commit
1fe0329efb
2 changed files with 44 additions and 0 deletions
@ -0,0 +1,19 @@ |
||||
<Project Sdk="Microsoft.NET.Sdk"> |
||||
|
||||
<PropertyGroup> |
||||
<TargetFramework>netstandard2.0</TargetFramework> |
||||
</PropertyGroup> |
||||
|
||||
<ItemGroup> |
||||
<Folder Include="Exceptions\" /> |
||||
<Folder Include="Factories\" /> |
||||
<Folder Include="Interfaces\Factories\" /> |
||||
<Folder Include="Interfaces\Registrations\" /> |
||||
<Folder Include="Registrations\" /> |
||||
</ItemGroup> |
||||
|
||||
<ItemGroup> |
||||
<PackageReference Include="System.Reflection.Emit" Version="4.3.0" /> |
||||
</ItemGroup> |
||||
|
||||
</Project> |
||||
Loading…
Reference in new issue