Skip to content

Commit 751fa8b

Browse files
committed
Revert "[7.0-staging] Reset OOB packages from 7.0.6 (#84600)"
This reverts commit 1182123.
1 parent a2fd545 commit 751fa8b

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
77
<IsPackable>true</IsPackable>
88
<EnableAOTAnalyzer>true</EnableAOTAnalyzer>
9-
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
9+
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
1010
<ServicingVersion>1</ServicingVersion>
1111
<PackageDescription>Logging abstractions for Microsoft.Extensions.Logging.
1212

src/libraries/System.DirectoryServices.Protocols/src/System.DirectoryServices.Protocols.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<IncludeDllSafeSearchPathAttribute>true</IncludeDllSafeSearchPathAttribute>
66
<IsPackable>true</IsPackable>
77
<!-- If you enable GeneratePackageOnBuild for this package and bump ServicingVersion, make sure to also bump ServicingVersion in Microsoft.Windows.Compatibility.csproj once for the next release. -->
8-
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
8+
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
99
<ServicingVersion>1</ServicingVersion>
1010
<Nullable>annotations</Nullable>
1111
<AddNETFrameworkPlaceholderFileToPackage>true</AddNETFrameworkPlaceholderFileToPackage>

src/libraries/System.Management/src/System.Management.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<IncludeDllSafeSearchPathAttribute>true</IncludeDllSafeSearchPathAttribute>
1111
<IsPackable>true</IsPackable>
1212
<!-- If you enable GeneratePackageOnBuild for this package and bump ServicingVersion, make sure to also bump ServicingVersion in Microsoft.Windows.Compatibility.csproj once for the next release. -->
13-
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
13+
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
1414
<ServicingVersion>2</ServicingVersion>
1515
<AddNETFrameworkPlaceholderFileToPackage>true</AddNETFrameworkPlaceholderFileToPackage>
1616
<AddNETFrameworkAssemblyReferenceToPackage>true</AddNETFrameworkAssemblyReferenceToPackage>

src/libraries/System.Reflection.Metadata/src/System.Reflection.Metadata.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
The System.Reflection.Metadata library is built-in as part of the shared framework in .NET Runtime. The package can be installed when you need to use it in other target frameworks.</PackageDescription>
1111
<PackageReadmeFile>README.md</PackageReadmeFile>
1212
<ServicingVersion>2</ServicingVersion>
13-
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
13+
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
1414
</PropertyGroup>
1515

1616
<!-- DesignTimeBuild requires all the TargetFramework Derived Properties to not be present in the first property group. -->

src/libraries/System.Text.Json/src/System.Text.Json.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<NoWarn>CS8969</NoWarn>
99
<IncludeInternalObsoleteAttribute>true</IncludeInternalObsoleteAttribute>
1010
<IsPackable>true</IsPackable>
11-
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
11+
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
1212
<ServicingVersion>3</ServicingVersion>
1313
<!-- This library has been annotated to be AOT safe -->
1414
<EnableAOTAnalyzer>true</EnableAOTAnalyzer>

0 commit comments

Comments
 (0)