Готовая лабораторная работа (усложнёнка)

This commit is contained in:
nikbel2004@outlook.com 2024-05-22 17:37:01 +04:00
parent 27846f4b7a
commit 74b5ffda4f
2 changed files with 3 additions and 3 deletions

View File

@ -14,7 +14,7 @@ namespace FurnitureAssemblyContracts.DI
void AddLogging(Action<ILoggingBuilder> configure);
// Добавление зависимости
void RegisterType<T, U>(bool isSingle) where U : class, T where T :
void RegisterType<T, U>(bool isSingle) where U : class, T where T :
class;
// Добавление зависимости

View File

@ -8,8 +8,8 @@
<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Logging" Version="8.0.0" />
<PackageReference Include="Unity" Version="5.11.10" />
<PackageReference Include="Unity.Microsoft.Logging" Version="5.11.1" />
<PackageReference Include="Unity" Version="5.10.0" />
<PackageReference Include="Unity.Microsoft.Logging" Version="5.10.0" />
</ItemGroup>
<ItemGroup>