Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit 661bb38

Browse files
authored
Merge pull request #35356 from wtgodbe/219p.b
Update packages.builds for 2.1.9
2 parents 04d75df + a13191e commit 661bb38

4 files changed

Lines changed: 11 additions & 3 deletions

File tree

pkg/Microsoft.NETCore.Platforms/Microsoft.NETCore.Platforms.pkgproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
44

55
<PropertyGroup>
6-
<PackageVersion>2.1.2</PackageVersion>
6+
<PackageVersion>2.1.3</PackageVersion>
77
<SkipValidatePackage>true</SkipValidatePackage>
88
<!-- We don't need to harvest the stable packages to build this -->
99
<HarvestStablePackage>false</HarvestStablePackage>

pkg/Microsoft.Private.PackageBaseline/packageIndex.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4295,7 +4295,8 @@
42954295
"4.0.0.0": "4.0.0",
42964296
"4.0.1.0": "4.3.0",
42974297
"4.1.0.0": "4.4.0",
4298-
"4.1.1.0": "4.5.0"
4298+
"4.1.1.0": "4.5.0",
4299+
"4.1.1.1": "4.5.1"
42994300
}
43004301
},
43014302
"System.Security.Cryptography.Pkcs": {

src/System.Security.Cryptography.OpenSsl/dir.props

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<Import Project="..\dir.props" />
44
<PropertyGroup>
5-
<AssemblyVersion>4.1.1.0</AssemblyVersion>
5+
<AssemblyVersion>4.1.1.1</AssemblyVersion>
6+
<PackageVersion>4.5.1</PackageVersion>
67
<AssemblyKey>MSFT</AssemblyKey>
78
<IsNETCoreApp>true</IsNETCoreApp>
89
<IsNETCoreAppRef>false</IsNETCoreAppRef>

src/packages.builds

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,12 @@
2424
<AdditionalProperties>$(AdditionalProperties)</AdditionalProperties>
2525
</Project>
2626
<!-- add specific builds / pkgproj's here to include in servicing builds -->
27+
<Project Include="$(MSBuildThisFileDirectory)..\pkg\Microsoft.NETCore.Platforms\Microsoft.NETCore.Platforms.builds">
28+
<AdditionalProperties>$(AdditionalProperties)</AdditionalProperties>
29+
</Project>
30+
<Project Include="$(MSBuildThisFileDirectory)System.Security.Cryptography.OpenSsl\pkg\System.Security.Cryptography.OpenSsl.pkgproj">
31+
<AdditionalProperties>$(AdditionalProperties)</AdditionalProperties>
32+
</Project>
2733
</ItemGroup>
2834

2935
<!-- Need the PackageIndexFile file property from baseline.props -->

0 commit comments

Comments
 (0)