dbMango/Rms.Service.Bootstrap/Rms.Service.Bootstrap.csproj
Alexander Shabarshov 2a7a24c9e7 Initial contribution
2025-11-03 14:43:26 +00:00

26 lines
1.4 KiB
XML

<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<OutputType>Library</OutputType>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="AspNetCore.HealthChecks.OpenIdConnectServer" />
<PackageReference Include="AspNetCore.HealthChecks.Oracle" />
<PackageReference Include="AspNetCore.HealthChecks.Uris" />
<PackageReference Include="Grpc.AspNetCore" />
<PackageReference Include="Microsoft.AspNetCore.Authentication.Certificate" />
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" />
<PackageReference Include="Microsoft.AspNetCore.Authentication.OpenIdConnect" />
<PackageReference Include="Microsoft.AspNetCore.Grpc.JsonTranscoding" />
<PackageReference Include="Microsoft.AspNetCore.Grpc.Swagger" />
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" />
<PackageReference Include="OpenTelemetry.Exporter.Prometheus.AspNetCore" />
<PackageReference Include="OpenTelemetry.Extensions.Hosting" />
<PackageReference Include="OpenTelemetry.Instrumentation.AspNetCore" />
<PackageReference Include="OpenTelemetry.Instrumentation.Http" />
<PackageReference Include="Oracle.ManagedDataAccess.Core" />
<PackageReference Include="System.Security.Cryptography.Pkcs" />
<PackageReference Include="Novell.Directory.Ldap.NETStandard" />
</ItemGroup>
</Project>