Skip to content

Commit 1a0aa3b

Browse files
authored
Remove DiagnosticSource reference from Microsoft.Extensions.Logging.Abstractions (#110458)
This was inadvertently added in backport but was not needed.
1 parent 4f2c30f commit 1a0aa3b

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

src/libraries/Microsoft.Extensions.Logging.Abstractions/src/Microsoft.Extensions.Logging.Abstractions.csproj

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
<EnableDefaultItems>true</EnableDefaultItems>
66
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
77
<IsPackable>true</IsPackable>
8-
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
9-
<ServicingVersion>2</ServicingVersion>
8+
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
9+
<ServicingVersion>3</ServicingVersion>
1010
<PackageDescription>Logging abstractions for Microsoft.Extensions.Logging.
1111

1212
Commonly Used Types:
@@ -40,10 +40,6 @@ Microsoft.Extensions.Logging.Abstractions.NullLogger</PackageDescription>
4040
<PackageReference Include="System.Memory" Version="$(SystemMemoryVersion)" />
4141
</ItemGroup>
4242

43-
<ItemGroup Condition="'$(TargetFramework)' != '$(NetCoreAppCurrent)'">
44-
<ProjectReference Include="$(LibrariesProjectRoot)System.Diagnostics.DiagnosticSource\src\System.Diagnostics.DiagnosticSource.csproj" />
45-
</ItemGroup>
46-
4743
<ItemGroup>
4844
<ProjectReference Include="$(LibrariesProjectRoot)Microsoft.Extensions.DependencyInjection.Abstractions\src\Microsoft.Extensions.DependencyInjection.Abstractions.csproj" />
4945

0 commit comments

Comments
 (0)