Skip to content

Commit 94213eb

Browse files
Update branding to 7.0.5 (#83103)
* Update branding to 7.0.5 * Reset OOB packages from the previous month. --------- Co-authored-by: carlossanlop <carlossanlop@users.noreply.github.com>
1 parent b68fd88 commit 94213eb

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
lines changed

eng/Versions.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<Project>
22
<PropertyGroup>
33
<!-- The .NET product branding version -->
4-
<ProductVersion>7.0.4</ProductVersion>
4+
<ProductVersion>7.0.5</ProductVersion>
55
<!-- File version numbers -->
66
<MajorVersion>7</MajorVersion>
77
<MinorVersion>0</MinorVersion>
8-
<PatchVersion>4</PatchVersion>
8+
<PatchVersion>5</PatchVersion>
99
<SdkBandVersion>7.0.100</SdkBandVersion>
1010
<PackageVersionNet6>6.0.$([MSBuild]::Add($(PatchVersion), 11))</PackageVersionNet6>
1111
<PreReleaseVersionLabel>servicing</PreReleaseVersionLabel>

src/libraries/Microsoft.Extensions.Configuration.Binder/src/Microsoft.Extensions.Configuration.Binder.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<IsPackable>true</IsPackable>
77
<EnableAOTAnalyzer>true</EnableAOTAnalyzer>
88
<ServicingVersion>4</ServicingVersion>
9-
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
9+
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
1010
<PackageDescription>Functionality to bind an object to data in configuration providers for Microsoft.Extensions.Configuration.</PackageDescription>
1111
</PropertyGroup>
1212

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@
1717
<AvoidRestoreCycleOnSelfReference>true</AvoidRestoreCycleOnSelfReference>
1818
<!-- TODO: Remove with AvoidRestoreCycleOnSelfReference hack. -->
1919
<PackageValidationBaselineName>$(MSBuildProjectName)</PackageValidationBaselineName>
20-
20+
2121
<_generateRuntimeGraphTargetFramework Condition="'$(MSBuildRuntimeType)' == 'core'">$(NetCoreAppToolCurrent)</_generateRuntimeGraphTargetFramework>
2222
<_generateRuntimeGraphTargetFramework Condition="'$(MSBuildRuntimeType)' != 'core'">net472</_generateRuntimeGraphTargetFramework>
2323
<_generateRuntimeGraphTask>$([MSBuild]::NormalizePath('$(BaseOutputPath)', $(Configuration), '$(_generateRuntimeGraphTargetFramework)', '$(AssemblyName).dll'))</_generateRuntimeGraphTask>
2424
<!-- When building from source, ensure the RID we're building for is part of the RID graph -->
2525
<AdditionalRuntimeIdentifiers Condition="'$(DotNetBuildFromSource)' == 'true'">$(AdditionalRuntimeIdentifiers);$(OutputRID)</AdditionalRuntimeIdentifiers>
2626
<ServicingVersion>1</ServicingVersion>
27-
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
27+
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
2828
</PropertyGroup>
2929

3030
<ItemGroup Condition="'$(TargetFrameworkIdentifier)' == '.NETFramework'">
@@ -54,9 +54,9 @@
5454
<PackageReference Include="NuGet.ProjectModel" Version="$(NugetProjectModelVersion)" />
5555
<PackageReference Include="Newtonsoft.Json" Version="$(NewtonsoftJsonVersion)" />
5656
</ItemGroup>
57-
57+
5858
<Import Project="runtimeGroups.props" />
59-
59+
6060
<UsingTask TaskName="GenerateRuntimeGraph" AssemblyFile="$(_generateRuntimeGraphTask)"/>
6161

6262
<Target Name="GenerateRuntimeJson" AfterTargets="Build" Condition="'$(AdditionalRuntimeIdentifiers)' != ''">

src/libraries/System.Diagnostics.DiagnosticSource/src/System.Diagnostics.DiagnosticSource.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
Commonly Used Types:
1313
System.Diagnostics.DiagnosticListener
1414
System.Diagnostics.DiagnosticSource</PackageDescription>
15-
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
15+
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
1616
<ServicingVersion>2</ServicingVersion>
1717
</PropertyGroup>
1818

src/libraries/System.Net.Http.Json/src/System.Net.Http.Json.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<PropertyGroup>
33
<TargetFrameworks>$(NetCoreAppCurrent);$(NetCoreAppMinimum);netstandard2.0;$(NetFrameworkMinimum)</TargetFrameworks>
44
<IsPackable>true</IsPackable>
5-
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
5+
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
66
<ServicingVersion>1</ServicingVersion>
77
<PackageDescription>Provides extension methods for System.Net.Http.HttpClient and System.Net.Http.HttpContent that perform automatic serialization and deserialization using System.Text.Json.
88

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>1</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. -->

0 commit comments

Comments
 (0)