|
26 | 26 | version of 3.16.0. We change this to 3.17.0, as the previous versions have dependency |
27 | 27 | requirements that conflict with recent .NET package versions. --> |
28 | 28 | <ItemGroup> |
| 29 | + <!-- TODO Bump to 3.22.0? --> |
29 | 30 | <PackageReference Include="CassandraCSharpDriver" Version="[3.17.0,)" /> |
30 | 31 | </ItemGroup> |
31 | 32 |
|
32 | 33 | <!-- Stable instrumentation packages with dependencies, only .NET --> |
33 | 34 | <ItemGroup Condition=" '$(TargetFramework)' != 'net462' "> |
34 | | - <PackageReference Include="OpenTelemetry.Extensions.Hosting" Version="1.9.0" /> <!-- needed for AspNetCore --> |
| 35 | + <PackageReference Include="OpenTelemetry.Extensions.Hosting" Version="1.12.0" /> <!-- needed for AspNetCore --> |
35 | 36 | </ItemGroup> |
36 | 37 |
|
37 | 38 | <!-- Non-stable instrumentation packages with dependencies, both .NET framework and .NET --> |
38 | 39 | <ItemGroup> |
39 | | - <PackageReference Include="OpenTelemetry.Instrumentation.AWS" Version="1.10.0-beta.1" /> |
40 | | - <PackageReference Include="OpenTelemetry.Instrumentation.Cassandra" Version="1.0.0-beta.1" /> |
| 40 | + <!-- TODO [email protected] raises AWSSDK to v4 which is not compatible with v3 --> |
| 41 | + <PackageReference Include="OpenTelemetry.Instrumentation.AWS" Version="1.11.0" /> |
| 42 | + <PackageReference Include="OpenTelemetry.Instrumentation.Cassandra" Version="1.0.0-beta.2" /> |
41 | 43 | <PackageReference Include="OpenTelemetry.Instrumentation.ElasticsearchClient" Version="1.0.0-beta.5" /> |
42 | | - <PackageReference Include="OpenTelemetry.Instrumentation.EntityFrameworkCore" Version="1.0.0-beta.12" /> |
43 | | - <PackageReference Include="OpenTelemetry.Instrumentation.Hangfire" Version="1.6.0-beta.1" /> |
44 | | - <PackageReference Include="OpenTelemetry.Instrumentation.Quartz" Version="1.0.0-beta.3" /> |
45 | | - <PackageReference Include="OpenTelemetry.Instrumentation.StackExchangeRedis" Version="1.9.0-beta.1" /> |
46 | | - <PackageReference Include="OpenTelemetry.Instrumentation.Wcf" Version="1.0.0-rc.18" /> |
| 44 | + <PackageReference Include="OpenTelemetry.Instrumentation.EntityFrameworkCore" Version="1.12.0-beta.1" /> |
| 45 | + <PackageReference Include="OpenTelemetry.Instrumentation.Hangfire" Version="1.9.0-beta.1" /> |
| 46 | + <PackageReference Include="OpenTelemetry.Instrumentation.MySqlData" Version="1.0.0-beta.7" /> |
| 47 | + <PackageReference Include="OpenTelemetry.Instrumentation.Quartz" Version="1.12.0-beta.1" /> |
| 48 | + <PackageReference Include="OpenTelemetry.Instrumentation.StackExchangeRedis" Version="1.12.0-beta.1" /> |
| 49 | + <PackageReference Include="OpenTelemetry.Instrumentation.Wcf" Version="1.12.0-beta.1" /> |
47 | 50 | </ItemGroup> |
48 | 51 |
|
49 | 52 | <!-- Non-stable instrumentation packages with dependencies, only .NET --> |
50 | 53 | <ItemGroup Condition=" '$(TargetFramework)' != 'net462' "> |
51 | | - <PackageReference Include="OpenTelemetry.Instrumentation.AspNetCore" Version="1.9.0" /> |
| 54 | + <PackageReference Include="OpenTelemetry.Instrumentation.AspNetCore" Version="1.12.0" /> |
52 | 55 | </ItemGroup> |
53 | 56 |
|
54 | 57 | <!-- Non-stable instrumentation packages with dependencies, only .NET framework --> |
55 | 58 | <ItemGroup Condition=" '$(TargetFramework)' == 'net462' "> |
56 | | - <PackageReference Include="OpenTelemetry.Instrumentation.AspNet" Version="1.9.0-beta.1" /> |
57 | | - <PackageReference Include="OpenTelemetry.Instrumentation.Owin" Version="1.0.0-rc.6" /> |
| 59 | + <PackageReference Include="OpenTelemetry.Instrumentation.AspNet" Version="1.12.0-beta.1" /> |
| 60 | + <PackageReference Include="OpenTelemetry.Instrumentation.Owin" Version="1.12.0-beta.1" /> |
58 | 61 | </ItemGroup> |
59 | 62 |
|
60 | 63 | <ItemGroup Condition="$([MSBuild]::IsTargetFrameworkCompatible('$(TargetFramework)', 'net8.0'))"> |
61 | | - <PackageReference Include="OpenTelemetry.Instrumentation.AWSLambda" Version="1.10.0-beta.1" /> |
| 64 | + <PackageReference Include="OpenTelemetry.Instrumentation.AWSLambda" Version="1.12.0" /> |
62 | 65 | </ItemGroup> |
63 | 66 |
|
64 | 67 | <ItemGroup> |
|
0 commit comments