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 42b3738 commit dadac9aCopy full SHA for dadac9a
src/WorkflowCore/WorkflowCore.csproj
@@ -27,6 +27,7 @@
27
<PackageReference Include="System.Threading.Thread" Version="4.3.0" />
28
<PackageReference Include="System.Linq.Queryable" Version="4.3.0" />
29
<PackageReference Include="OpenTelemetry.Api" Version="1.1.0" />
30
+ <PackageReference Include="System.Diagnostics.DiagnosticSource" Version="6.0.0" />
31
<AssemblyAttribute Include="System.Runtime.CompilerServices.InternalsVisibleTo">
32
<_Parameter1>WorkflowCore.IntegrationTests</_Parameter1>
33
</AssemblyAttribute>
0 commit comments