♻️ Refactored the server-side versioning by move that logic to Gateway only

This commit is contained in:
2025-11-14 23:49:38 +08:00
parent b94b288755
commit 429a08930f
10 changed files with 9 additions and 78 deletions

View File

@@ -48,11 +48,6 @@
<PackageReference Include="OpenTelemetry.Instrumentation.GrpcNetClient" Version="1.12.0-beta.1" />
<PackageReference Include="OpenTelemetry.Instrumentation.Http" Version="1.14.0" />
<PackageReference Include="OpenTelemetry.Instrumentation.Runtime" Version="1.14.0" />
<PackageReference Include="Nerdbank.GitVersioning" Version="3.9.50">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
</ItemGroup>
<ItemGroup>