|
|
|
@ -4,20 +4,21 @@
|
|
|
|
|
<TargetFramework>net6.0</TargetFramework>
|
|
|
|
|
<Nullable>enable</Nullable>
|
|
|
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
|
|
|
<GenerateDocumentationFile>True</GenerateDocumentationFile>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<PackageReference Include="Autofac" Version="7.1.0"/>
|
|
|
|
|
<PackageReference Include="Autofac.Extensions.DependencyInjection" Version="8.0.0"/>
|
|
|
|
|
<PackageReference Include="Microsoft.Extensions.Logging.Log4Net.AspNetCore" Version="8.0.0"/>
|
|
|
|
|
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.5.0"/>
|
|
|
|
|
<PackageReference Include="Autofac" Version="7.1.0" />
|
|
|
|
|
<PackageReference Include="Autofac.Extensions.DependencyInjection" Version="8.0.0" />
|
|
|
|
|
<PackageReference Include="Microsoft.Extensions.Logging.Log4Net.AspNetCore" Version="8.0.0" />
|
|
|
|
|
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.5.0" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ProjectReference Include="..\HybirdFrameworkCore\HybirdFrameworkCore.csproj"/>
|
|
|
|
|
<ProjectReference Include="..\HybirdFrameworkDriver\HybirdFrameworkDriver.csproj"/>
|
|
|
|
|
<ProjectReference Include="..\Repository\Repository.csproj"/>
|
|
|
|
|
<ProjectReference Include="..\Service\Service.csproj"/>
|
|
|
|
|
<ProjectReference Include="..\HybirdFrameworkCore\HybirdFrameworkCore.csproj" />
|
|
|
|
|
<ProjectReference Include="..\HybirdFrameworkDriver\HybirdFrameworkDriver.csproj" />
|
|
|
|
|
<ProjectReference Include="..\Repository\Repository.csproj" />
|
|
|
|
|
<ProjectReference Include="..\Service\Service.csproj" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|