Skip to content

Commit 628968e

Browse files
committed
Fix self-reference
1 parent 6e57c13 commit 628968e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test-applications/nuget-packages/TestApplication.NugetSample/TestApplication.NugetSample.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66

77
<ItemGroup>
88
<PackageReference Include="OpenTelemetry.AutoInstrumentation" Version="$(NuGetPackageVersion)" Condition=" '$(NuGetPackageVersion)' != '' " />
9-
<PackageReference Include="OpenTelemetry.AutoInstrumentation" Version="1.10.0" Condition=" '$(NuGetPackageVersion)' == '' " />
9+
<PackageReference Include="OpenTelemetry.AutoInstrumentation" Version="1.11.0" Condition=" '$(NuGetPackageVersion)' == '' " />
1010
</ItemGroup>
1111
</Project>

0 commit comments

Comments
 (0)