Skip to content

Commit b5f5349

Browse files
authored
Turn on EventLog package (#107896)
1 parent cb77171 commit b5f5349

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libraries/System.Diagnostics.EventLog/src/System.Diagnostics.EventLog.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<TargetFrameworks>$(NetCoreAppCurrent)-windows;$(NetCoreAppCurrent);$(NetCoreAppPrevious)-windows;$(NetCoreAppPrevious);$(NetCoreAppMinimum)-windows;$(NetCoreAppMinimum);netstandard2.0;$(NetFrameworkMinimum)</TargetFrameworks>
44
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
55
<IsPackable>true</IsPackable>
6-
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
6+
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
77
<ServicingVersion>1</ServicingVersion>
88
<PackageDescription>Provides the System.Diagnostics.EventLog class, which allows the applications to use the Windows event log service.
99

0 commit comments

Comments
 (0)