Skip to content

Commit

Permalink
Merge branch 'cijothomas/removenet461_apisdk' of https://github.com/c…
Browse files Browse the repository at this point in the history
…ijothomas/opentelemetry-dotnet into cijothomas/removenet461_apisdk
  • Loading branch information
cijothomas committed Apr 15, 2022
2 parents b4bcad1 + a415b87 commit 6476320
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build/Common.props
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<MicrosoftNETFrameworkReferenceAssembliesPkgVer>[1.0.0,2.0)</MicrosoftNETFrameworkReferenceAssembliesPkgVer>
<MicrosoftSourceLinkGitHubPkgVer>[1.0.0,2.0)</MicrosoftSourceLinkGitHubPkgVer>
<OpenTracingPkgVer>[0.12.1,0.13)</OpenTracingPkgVer>
<OTelPreviousStableVer>1.1.0</OTelPreviousStableVer>
<OTelPreviousStableVer>1.2.0</OTelPreviousStableVer>
<StackExchangeRedisPkgVer>[2.1.58,3.0)</StackExchangeRedisPkgVer>
<StyleCopAnalyzersPkgVer>[1.2.0-beta.354,2.0)</StyleCopAnalyzersPkgVer>
<SystemCollectionsImmutablePkgVer>1.4.0</SystemCollectionsImmutablePkgVer>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,16 @@
<NoWarn>$(NoWarn),1591</NoWarn>
</PropertyGroup>

<!--Do not run ApiCompat as this package was left out from the
1.2.0 stable release. This is only temporary, and this package
is expected to always version together with core packages.
Remove this property once we have released the 1.3.0 stable version
of this package. See https://github.com/open-telemetry/opentelemetry-dotnet/issues/3192
-->
<PropertyGroup>
<RunApiCompat>false</RunApiCompat>
</PropertyGroup>

<ItemGroup>
<ProjectReference Include="$(RepoRoot)\src\OpenTelemetry\OpenTelemetry.csproj" />
</ItemGroup>
Expand Down

0 comments on commit 6476320

Please sign in to comment.