Skip to content

Commit 6434b2d

Browse files
committed
System.Diagnostics.DiagnosticSource 8.0.1 => 10.0.0; Microsoft.Bcl.AsyncInterfaces 8.0.0 => 10.0.0.
1 parent 28eb87b commit 6434b2d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Autofac/Autofac.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,10 +68,10 @@
6868
<PackageReference Include="StyleCop.Analyzers" Version="1.2.0-beta.556">
6969
<PrivateAssets>all</PrivateAssets>
7070
</PackageReference>
71-
<PackageReference Include="System.Diagnostics.DiagnosticSource" Version="8.0.1" />
71+
<PackageReference Include="System.Diagnostics.DiagnosticSource" Version="10.0.0" />
7272
</ItemGroup>
7373
<ItemGroup Condition=" '$(TargetFramework)' == 'netstandard2.0' ">
74-
<PackageReference Include="Microsoft.Bcl.AsyncInterfaces" Version="8.0.0" />
74+
<PackageReference Include="Microsoft.Bcl.AsyncInterfaces" Version="10.0.0" />
7575
</ItemGroup>
7676
<ItemDefinitionGroup>
7777
<EmbeddedResource>

0 commit comments

Comments
 (0)