We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e57c13 commit 628968eCopy full SHA for 628968e
test/test-applications/nuget-packages/TestApplication.NugetSample/TestApplication.NugetSample.csproj
@@ -6,6 +6,6 @@
6
7
<ItemGroup>
8
<PackageReference Include="OpenTelemetry.AutoInstrumentation" Version="$(NuGetPackageVersion)" Condition=" '$(NuGetPackageVersion)' != '' " />
9
- <PackageReference Include="OpenTelemetry.AutoInstrumentation" Version="1.10.0" Condition=" '$(NuGetPackageVersion)' == '' " />
+ <PackageReference Include="OpenTelemetry.AutoInstrumentation" Version="1.11.0" Condition=" '$(NuGetPackageVersion)' == '' " />
10
</ItemGroup>
11
</Project>
0 commit comments