-
Notifications
You must be signed in to change notification settings - Fork 113
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix missing IMeterFactory for .NET7 and lower
- Loading branch information
1 parent
ff3a44f
commit b356e64
Showing
5 changed files
with
9 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
14 changes: 2 additions & 12 deletions
14
src/Keycloak.AuthServices.Templates/WebApiTemplate/Directory.Packages.props
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,10 @@ | ||
<Project> | ||
<ItemGroup> | ||
<PackageVersion Include="Aspire.Hosting.AppHost" Version="8.0.1" /> | ||
<PackageVersion Include="Aspire.Hosting" Version="8.0.1" /> | ||
<PackageVersion Include="Keycloak.AuthServices.Aspire.Hosting" Version="0.1.0-preview1" /> | ||
<PackageVersion Include="Keycloak.AuthServices.Authentication" Version="2.4.1" /> | ||
<PackageVersion Include="Keycloak.AuthServices.Common" Version="2.4.1" /> | ||
<PackageVersion Include="Keycloak.AuthServices.Authentication" Version="2.5.0" /> | ||
<PackageVersion Include="Keycloak.AuthServices.Common" Version="2.5.0" /> | ||
<PackageVersion Include="Keycloak.AuthServices.OpenTelemetry" Version="1.0.0" /> | ||
<PackageVersion Include="Microsoft.AspNetCore.OpenApi" Version="8.0.6" /> | ||
<PackageVersion Include="Microsoft.Extensions.Http.Resilience" Version="8.5.0" /> | ||
<PackageVersion Include="Microsoft.Extensions.ServiceDiscovery" Version="8.0.1" /> | ||
<PackageVersion Include="OpenTelemetry.Exporter.OpenTelemetryProtocol" Version="1.8.1" /> | ||
<PackageVersion Include="OpenTelemetry.Extensions.Hosting" Version="1.8.1" /> | ||
<PackageVersion Include="OpenTelemetry.Instrumentation.AspNetCore" Version="1.8.1" /> | ||
<PackageVersion Include="OpenTelemetry.Instrumentation.Http" Version="1.8.1" /> | ||
<PackageVersion Include="OpenTelemetry.Instrumentation.Process" Version="0.5.0-beta.4" /> | ||
<PackageVersion Include="OpenTelemetry.Instrumentation.Runtime" Version="1.7.0" /> | ||
<PackageVersion Include="Swashbuckle.AspNetCore" Version="6.6.2" /> | ||
</ItemGroup> | ||
</Project> |