Skip to content

Commit 5838734

Browse files
duncanpharveyigoragoli
authored andcommitted
[Azure Functions] Update Datadog.Serverless.Compat version to 1.2.0 (#8108)
## Summary of changes Update `Datadog.Serverless.Compat` to [v1.2.0](https://github.com/DataDog/datadog-serverless-compat-dotnet/releases/tag/v1.2.0) for `Datadog.AzureFunctions`. ## Reason for change New Serverless Compatibility Layer package available. ## Implementation details ## Test coverage ## Other details <!-- Fixes #{issue} --> <!-- ⚠️ Note: Where possible, please obtain 2 approvals prior to merging. Unless CODEOWNERS specifies otherwise, for external teams it is typically best to have one review from a team member, and one review from apm-dotnet. Trivial changes do not require 2 reviews. MergeQueue is NOT enabled in this repository. If you have write access to the repo, the PR has 1-2 approvals (see above), and all of the required checks have passed, you can use the Squash and Merge button to merge the PR. If you don't have write access, or you need help, reach out in the #apm-dotnet channel in Slack. -->
1 parent 3ccecc1 commit 5838734

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tracer/src/Datadog.AzureFunctions/Datadog.AzureFunctions.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<ProjectReference Include="$(MSBuildThisFileDirectory)..\Datadog.Trace.Annotations\Datadog.Trace.Annotations.csproj" />
3232

3333
<!-- Use PrivateAssets="none" to stop excluding content files by default -->
34-
<PackageReference Include="Datadog.Serverless.Compat" Version="1.1.2" PrivateAssets="none" />
34+
<PackageReference Include="Datadog.Serverless.Compat" Version="1.2.0" PrivateAssets="none" />
3535

3636
<!-- managed assemblies -->
3737
<None Include="$(SourcePath)/net6.0/Datadog.Trace.dll" Pack="true" Visible="false" PackagePath="contentFiles/any/any/datadog/net6.0/">

0 commit comments

Comments
 (0)