We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9f9add commit e944534Copy full SHA for e944534
tracer/src/Datadog.AzureFunctions/Datadog.AzureFunctions.csproj
@@ -27,8 +27,8 @@
27
</PropertyGroup>
28
29
<ItemGroup>
30
- <ProjectReference Include="$(MSBuildThisFileDirectory)..\Datadog.Trace.Manual\Datadog.Trace.Manual.csproj" />
31
- <ProjectReference Include="$(MSBuildThisFileDirectory)..\Datadog.Trace.Annotations\Datadog.Trace.Annotations.csproj" />
+ <PackageReference Include="Datadog.Trace" Version="*"/>
+ <PackageReference Include="Datadog.Trace.Annotations" Version="*" />
32
33
<!-- Use PrivateAssets="none" to stop excluding content files by default -->
34
<PackageReference Include="Datadog.Serverless.Compat" Version="1.1.0" PrivateAssets="none" />
0 commit comments