Skip to content

Commit 41568bd

Browse files
Update dependency System.Diagnostics.DiagnosticSource to v10
1 parent c15a544 commit 41568bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Directory.Packages.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
<PackageVersion Include="Microsoft.Extensions.Logging.Abstractions" Version="2.0.0" />
1515
<PackageVersion Include="Newtonsoft.Json" Version="13.0.1" />
1616
<PackageVersion Include="OpenTelemetry.Api" Version="1.15.0" />
17-
<PackageVersion Include="System.Diagnostics.DiagnosticSource" Version="8.0.1" Condition=" '$(TargetFramework)' == 'net462' " />
18-
<PackageVersion Include="System.Diagnostics.DiagnosticSource" Version="8.0.1" Condition=" '$(TargetFramework)' == 'netstandard2.0' " />
17+
<PackageVersion Include="System.Diagnostics.DiagnosticSource" Version="10.0.4" Condition=" '$(TargetFramework)' == 'net462' " />
18+
<PackageVersion Include="System.Diagnostics.DiagnosticSource" Version="10.0.4" Condition=" '$(TargetFramework)' == 'netstandard2.0' " />
1919
<PackageVersion Include="StructureMap" Version="4.6.0" />
2020
</ItemGroup>
2121
<ItemGroup Label="Aspire">

0 commit comments

Comments
 (0)