Skip to content

Commit ff02a1f

Browse files
authored
[release/7.0-staging] Reset OOB packages from 7.0.7 (#86300)
* Reset Microsoft.Extensions.Hosting.WindowsServices * Reset Microsoft.Windows.Compatibility * Reset System.ServiceProcess.ServiceController * Reset Microsoft.NETCore.Platforms * Reset Microsoft.Extensions.Logging.Abstractions (from last month) * Reset System.DirectoryServices.Protocols (from last month) * Reset System.Management (from last month) * Reset System.Reflection.Metadata (from last month) * Reset System.Text.Json (from last month)
1 parent 329c722 commit ff02a1f

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
lines changed

src/libraries/Microsoft.Extensions.Hosting.WindowsServices/src/Microsoft.Extensions.Hosting.WindowsServices.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<EnableAOTAnalyzer>true</EnableAOTAnalyzer>
88
<PackageDescription>.NET hosting infrastructure for Windows Services.</PackageDescription>
99
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
10-
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
10+
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
1111
<ServicingVersion>1</ServicingVersion>
1212
</PropertyGroup>
1313

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>true</GeneratePackageOnBuild>
9+
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
1010
<ServicingVersion>1</ServicingVersion>
1111
<PackageDescription>Logging abstractions for Microsoft.Extensions.Logging.
1212

src/libraries/Microsoft.NETCore.Platforms/src/Microsoft.NETCore.Platforms.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<!-- When building from source, ensure the RID we're building for is part of the RID graph -->
2626
<AdditionalRuntimeIdentifiers Condition="'$(DotNetBuildFromSource)' == 'true'">$(AdditionalRuntimeIdentifiers);$(OutputRID)</AdditionalRuntimeIdentifiers>
2727
<ServicingVersion>3</ServicingVersion>
28-
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
28+
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
2929
</PropertyGroup>
3030

3131
<ItemGroup Condition="'$(TargetFrameworkIdentifier)' == '.NETFramework'">

src/libraries/Microsoft.Windows.Compatibility/src/Microsoft.Windows.Compatibility.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<!-- Reference the outputs for the dependency nodes calculation. -->
66
<NoTargetsDoNotReferenceOutputAssemblies>false</NoTargetsDoNotReferenceOutputAssemblies>
77
<IsPackable>true</IsPackable>
8-
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
8+
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
99
<ServicingVersion>3</ServicingVersion>
1010
<!-- This is a meta package and doesn't contain any libs. -->
1111
<NoWarn>$(NoWarn);NU5128</NoWarn>

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>true</GeneratePackageOnBuild>
8+
<GeneratePackageOnBuild>false</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>true</GeneratePackageOnBuild>
13+
<GeneratePackageOnBuild>false</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>true</GeneratePackageOnBuild>
13+
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
1414
</PropertyGroup>
1515

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

src/libraries/System.ServiceProcess.ServiceController/src/System.ServiceProcess.ServiceController.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<NoWarn>$(NoWarn);CA2249</NoWarn>
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>true</GeneratePackageOnBuild>
8+
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
99
<ServicingVersion>1</ServicingVersion>
1010
<PackageDescription>Provides the System.ServiceProcess.ServiceContainer class, which allows you to connect to a running or stopped service, manipulate it, or get information about it.
1111

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>true</GeneratePackageOnBuild>
11+
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
1212
<ServicingVersion>3</ServicingVersion>
1313
<!-- This library has been annotated to be AOT safe -->
1414
<EnableAOTAnalyzer>true</EnableAOTAnalyzer>

0 commit comments

Comments
 (0)