|
27 | 27 | Refer to https://docs.microsoft.com/en-us/nuget/concepts/package-versioning for semver syntax. |
28 | 28 | --> |
29 | 29 | <MinVerPkgVer>[4.2.0,5.0)</MinVerPkgVer> |
30 | | - <MicrosoftCodeCoveragePkgVer>[17.3.2]</MicrosoftCodeCoveragePkgVer> |
| 30 | + <MicrosoftCodeCoveragePkgVer>[17.5.0]</MicrosoftCodeCoveragePkgVer> |
31 | 31 | <MicrosoftExtensionsHostingAbstractionsPkgVer>[2.1.0,5.0)</MicrosoftExtensionsHostingAbstractionsPkgVer> |
32 | 32 | <MicrosoftExtensionsOptionsPkgVer>[3.1.0,)</MicrosoftExtensionsOptionsPkgVer> |
33 | 33 | <MicrosoftNETFrameworkReferenceAssembliesPkgVer>[1.0.3,2.0)</MicrosoftNETFrameworkReferenceAssembliesPkgVer> |
|
54 | 54 | <PackageReference Include="Microsoft.CodeCoverage" Version="$(MicrosoftCodeCoveragePkgVer)" Condition="'$(Configuration)'=='Release'" PrivateAssets="All" /> |
55 | 55 | </ItemGroup> |
56 | 56 |
|
| 57 | + <ItemGroup Condition="'$(IncludeSharedExceptionExtensionsSource)'=='true'"> |
| 58 | + <Compile Include="$(RepoRoot)\src\OpenTelemetry.Contrib.Shared\Api\ExceptionExtensions.cs" Link="Includes\ExceptionExtensions.cs" /> |
| 59 | + </ItemGroup> |
| 60 | + |
57 | 61 | <ItemGroup Condition="'$(IncludeSharedInstrumentationSource)'=='true'"> |
58 | 62 | <Compile Include="$(RepoRoot)\src\OpenTelemetry.Contrib.Shared\DiagnosticSourceInstrumentation\ActivityInstrumentationHelper.cs" Link="Includes\ActivityInstrumentationHelper.cs" /> |
59 | 63 | <Compile Include="$(RepoRoot)\src\OpenTelemetry.Contrib.Shared\DiagnosticSourceInstrumentation\DiagnosticSourceListener.cs" Link="Includes\DiagnosticSourceListener.cs" /> |
|
62 | 66 | <Compile Include="$(RepoRoot)\src\OpenTelemetry.Contrib.Shared\DiagnosticSourceInstrumentation\ListenerHandler.cs" Link="Includes\ListenerHandler.cs" /> |
63 | 67 | <Compile Include="$(RepoRoot)\src\OpenTelemetry.Contrib.Shared\DiagnosticSourceInstrumentation\MultiTypePropertyFetcher.cs" Link="Includes\MultiTypePropertyFetcher.cs" /> |
64 | 68 | <Compile Include="$(RepoRoot)\src\OpenTelemetry.Contrib.Shared\DiagnosticSourceInstrumentation\PropertyFetcher.cs" Link="Includes\PropertyFetcher.cs" /> |
65 | | - <Compile Include="$(RepoRoot)\src\OpenTelemetry.Contrib.Shared\Api\ExceptionExtensions.cs" Link="Includes\ExceptionExtensions.cs" /> |
66 | 69 | <Compile Include="$(RepoRoot)\src\OpenTelemetry.Contrib.Shared\Api\SemanticConventions.cs" Link="Includes\SemanticConventions.cs" /> |
67 | 70 | <Compile Include="$(RepoRoot)\src\OpenTelemetry.Contrib.Shared\Api\SpanAttributeConstants.cs" Link="Includes\SpanAttributeConstants.cs" /> |
68 | 71 | <Compile Include="$(RepoRoot)\src\OpenTelemetry.Contrib.Shared\Api\SpanHelper.cs" Link="Includes\SpanHelper.cs" /> |
69 | | - <Compile Include="$(RepoRoot)\src\OpenTelemetry.Contrib.Shared\Api\StatusHelper.cs" Link="Includes\StatusHelper.cs" /> |
70 | 72 | </ItemGroup> |
71 | 73 |
|
72 | 74 | <ItemGroup Condition="'$(IncludeSharedTestSource)'=='true'"> |
|
0 commit comments