File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
test/test-applications/nuget-packages/TestApplication.NugetSample Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 11FROM mcr.microsoft.com/dotnet/sdk:8.0.302-jammy@sha256:838644c2dd735cdf0ba3c6ec282b77bfea80039fb45fe41b70d2e026a1f30a12
22
33# install OpenTelemetry .NET Automatic Instrumentation
4- ARG OTEL_VERSION=1.9 .0
4+ ARG OTEL_VERSION=1.10 .0
55ADD https://github.com/open-telemetry/opentelemetry-dotnet-instrumentation/releases/download/v${OTEL_VERSION}/otel-dotnet-auto-install.sh otel-dotnet-auto-install.sh
66RUN apt-get update && apt-get install -y unzip && \
77 OTEL_DOTNET_AUTO_HOME="/otel-dotnet-auto" sh otel-dotnet-auto-install.sh
Original file line number Diff line number Diff line change 66
77 <ItemGroup >
88 <PackageReference Include =" OpenTelemetry.AutoInstrumentation" Version =" $(NuGetPackageVersion)" Condition =" '$(NuGetPackageVersion)' != '' " />
9- <PackageReference Include =" OpenTelemetry.AutoInstrumentation" Version =" 1.9 .0" Condition =" '$(NuGetPackageVersion)' == '' " />
9+ <PackageReference Include =" OpenTelemetry.AutoInstrumentation" Version =" 1.10 .0" Condition =" '$(NuGetPackageVersion)' == '' " />
1010 </ItemGroup >
1111</Project >
You can’t perform that action at this time.
0 commit comments