This repository was archived by the owner on Jan 23, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +17
-14
lines changed
pkg/Microsoft.Private.PackageBaseline
src/System.Security.Cryptography.Pkcs Expand file tree Collapse file tree 2 files changed +17
-14
lines changed Original file line number Diff line number Diff line change 222
222
"10.0.4.0" : " 10.4.0"
223
223
}
224
224
},
225
- "Microsoft.VisualBasic.Core" : {
226
- "InboxOn" : {
227
- "netcoreapp3.0" : " 10.0.4.0" ,
228
- "uap10.0.16300" : " 10.0.4.0"
229
- }
230
- },
231
225
"Microsoft.VisualBasic.Compatibility" : {
232
226
"InboxOn" : {
233
227
"net45" : " 10.0.0.0"
238
232
"net45" : " 10.0.0.0"
239
233
}
240
234
},
235
+ "Microsoft.VisualBasic.Core" : {
236
+ "InboxOn" : {
237
+ "netcoreapp3.0" : " 10.0.4.0" ,
238
+ "uap10.0.16300" : " 10.0.4.0"
239
+ }
240
+ },
241
241
"Microsoft.VisualC" : {
242
242
"InboxOn" : {
243
243
"net45" : " 10.0.0.0"
499
499
"BaselineVersion" : " 4.5.0" ,
500
500
"InboxOn" : {}
501
501
},
502
+ "runtime.native.System.IO.Ports" : {
503
+ "BaselineVersion" : " 4.6.0" ,
504
+ "InboxOn" : {}
505
+ },
502
506
"runtime.win7-x64.runtime.native.System.Data.SqlClient.sni" : {
503
507
"StableVersions" : [
504
508
" 4.0.1" ,
2321
2325
"4.0.2.0" : " 4.6.0"
2322
2326
}
2323
2327
},
2324
- "runtime.native.System.IO.Ports" : {
2325
- "InboxOn" : {},
2326
- "BaselineVersion" : " 4.6.0"
2327
- },
2328
2328
"System.IO.UnmanagedMemoryStream" : {
2329
2329
"StableVersions" : [
2330
2330
" 4.0.0" ,
4415
4415
"4.0.1.0" : " 4.3.0" ,
4416
4416
"4.0.2.0" : " 4.4.0" ,
4417
4417
"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"
4419
4420
}
4420
4421
},
4421
4422
"System.Security.Cryptography.Primitives" : {
5923
5924
" System.Xml.XDocument"
5924
5925
]
5925
5926
}
5926
- }
5927
+ }
Original file line number Diff line number Diff line change 2
2
<Project ToolsVersion =" 14.0" DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3
3
<Import Project =" ..\Directory.Build.props" />
4
4
<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 >
6
8
<StrongNameKeyId >Microsoft</StrongNameKeyId >
7
9
</PropertyGroup >
8
- </Project >
10
+ </Project >
You can’t perform that action at this time.
0 commit comments