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

Commit b4f94ab

Browse files
bartonjsstephentoub
authored andcommitted
Bump S.S.C.Pkcs AssemblyVersion Minor version (#35429)
* Bump S.S.C.Pkcs AssemblyVersion Minor version New API was added for .NET Core 3.0, so the assembly minor needs to bump. * Fix packaging validation errors * Apply review feedback
1 parent d9cdbc3 commit b4f94ab

File tree

2 files changed

+17
-14
lines changed

2 files changed

+17
-14
lines changed

pkg/Microsoft.Private.PackageBaseline/packageIndex.json

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -222,12 +222,6 @@
222222
"10.0.4.0": "10.4.0"
223223
}
224224
},
225-
"Microsoft.VisualBasic.Core": {
226-
"InboxOn": {
227-
"netcoreapp3.0": "10.0.4.0",
228-
"uap10.0.16300": "10.0.4.0"
229-
}
230-
},
231225
"Microsoft.VisualBasic.Compatibility": {
232226
"InboxOn": {
233227
"net45": "10.0.0.0"
@@ -238,6 +232,12 @@
238232
"net45": "10.0.0.0"
239233
}
240234
},
235+
"Microsoft.VisualBasic.Core": {
236+
"InboxOn": {
237+
"netcoreapp3.0": "10.0.4.0",
238+
"uap10.0.16300": "10.0.4.0"
239+
}
240+
},
241241
"Microsoft.VisualC": {
242242
"InboxOn": {
243243
"net45": "10.0.0.0"
@@ -499,6 +499,10 @@
499499
"BaselineVersion": "4.5.0",
500500
"InboxOn": {}
501501
},
502+
"runtime.native.System.IO.Ports": {
503+
"BaselineVersion": "4.6.0",
504+
"InboxOn": {}
505+
},
502506
"runtime.win7-x64.runtime.native.System.Data.SqlClient.sni": {
503507
"StableVersions": [
504508
"4.0.1",
@@ -2321,10 +2325,6 @@
23212325
"4.0.2.0": "4.6.0"
23222326
}
23232327
},
2324-
"runtime.native.System.IO.Ports": {
2325-
"InboxOn": {},
2326-
"BaselineVersion": "4.6.0"
2327-
},
23282328
"System.IO.UnmanagedMemoryStream": {
23292329
"StableVersions": [
23302330
"4.0.0",
@@ -4415,7 +4415,8 @@
44154415
"4.0.1.0": "4.3.0",
44164416
"4.0.2.0": "4.4.0",
44174417
"4.0.3.0": "4.5.0",
4418-
"4.0.4.0": "4.6.0"
4418+
"4.0.4.0": "4.6.0",
4419+
"4.1.0.0": "4.6.0"
44194420
}
44204421
},
44214422
"System.Security.Cryptography.Primitives": {
@@ -5923,4 +5924,4 @@
59235924
"System.Xml.XDocument"
59245925
]
59255926
}
5926-
}
5927+
}

src/System.Security.Cryptography.Pkcs/Directory.Build.props

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<Import Project="..\Directory.Build.props" />
44
<PropertyGroup>
5-
<AssemblyVersion>4.0.4.0</AssemblyVersion>
5+
<AssemblyVersion>4.1.0.0</AssemblyVersion>
6+
<!-- Currently the netstandard build is locked to the netfx API -->
7+
<AssemblyVersion Condition="'$(TargetsNetStandard)' == 'true'">4.0.4.0</AssemblyVersion>
68
<StrongNameKeyId>Microsoft</StrongNameKeyId>
79
</PropertyGroup>
8-
</Project>
10+
</Project>

0 commit comments

Comments
 (0)