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

Commit c74ea81

Browse files
committed
Merged PR 176204: Mark packages stable for 1.0.16
Mark packages stable for 1.0.16
2 parents 6a83842 + 52a391d commit c74ea81

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

pkg/Microsoft.Private.PackageBaseline/stable.packages.props

+23
Original file line numberDiff line numberDiff line change
@@ -1572,5 +1572,28 @@
15721572
<Version>4.1.2</Version>
15731573
</StablePackage>
15741574

1575+
<!-- Servicing 1.0.16 wave -->
1576+
<StablePackage Include="System.Private.Uri">
1577+
<Version>4.0.5</Version>
1578+
</StablePackage>
1579+
<StablePackage Include="runtime.unix.System.Private.Uri">
1580+
<Version>4.0.5</Version>
1581+
</StablePackage>
1582+
<StablePackage Include="runtime.win7.System.Private.Uri">
1583+
<Version>4.0.5</Version>
1584+
</StablePackage>
1585+
<StablePackage Include="System.Net.Primitives">
1586+
<Version>4.0.12</Version>
1587+
</StablePackage>
1588+
<StablePackage Include="runtime.unix.System.Net.Primitives">
1589+
<Version>4.0.12</Version>
1590+
</StablePackage>
1591+
<StablePackage Include="runtime.win.System.Net.Primitives">
1592+
<Version>4.0.12</Version>
1593+
</StablePackage>
1594+
<StablePackage Include="System.Text.RegularExpressions">
1595+
<Version>4.1.1</Version>
1596+
</StablePackage>
1597+
15751598
</ItemGroup>
15761599
</Project>

0 commit comments

Comments
 (0)