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 +21
-15
lines changed
pkg/Microsoft.Private.PackageBaseline Expand file tree Collapse file tree 2 files changed +21
-15
lines changed Original file line number Diff line number Diff line change 55
55
" 4.0.1" ,
56
56
" 4.0.0" ,
57
57
" 4.3.0" ,
58
- " 4.4.0"
58
+ " 4.4.0" ,
59
+ " 4.4.1"
59
60
],
60
61
"BaselineVersion" : " 4.4.0" ,
61
62
"InboxOn" : {
736
737
" 4.0.10" ,
737
738
" 4.1.0" ,
738
739
" 4.3.0" ,
739
- " 4.4.0"
740
+ " 4.4.0" ,
741
+ " 4.4.1"
740
742
],
741
743
"BaselineVersion" : " 4.4.0" ,
742
744
"InboxOn" : {
966
968
},
967
969
"System.Configuration.ConfigurationManager" : {
968
970
"StableVersions" : [
969
- " 4.4.0"
971
+ " 4.4.0" ,
972
+ " 4.4.1"
970
973
],
971
974
"BaselineVersion" : " 4.4.0" ,
972
975
"InboxOn" : {},
1121
1124
" 4.1.0" ,
1122
1125
" 4.3.0" ,
1123
1126
" 4.4.0" ,
1124
- " 4.4.1"
1127
+ " 4.4.1" ,
1128
+ " 4.4.2"
1125
1129
],
1126
1130
"BaselineVersion" : " 4.4.0" ,
1127
1131
"InboxOn" : {
1977
1981
"StableVersions" : [
1978
1982
" 4.0.0" ,
1979
1983
" 4.3.0" ,
1980
- " 4.4.0"
1984
+ " 4.4.0" ,
1985
+ " 4.4.1"
1981
1986
],
1982
1987
"BaselineVersion" : " 4.4.0" ,
1983
1988
"InboxOn" : {},
3796
3801
"StableVersions" : [
3797
3802
" 4.0.0" ,
3798
3803
" 4.3.0" ,
3799
- " 4.4.0"
3804
+ " 4.4.0" ,
3805
+ " 4.4.1"
3800
3806
],
3801
3807
"BaselineVersion" : " 4.4.0" ,
3802
3808
"InboxOn" : {},
4016
4022
},
4017
4023
"System.Security.Cryptography.Xml" : {
4018
4024
"StableVersions" : [
4019
- " 4.4.0"
4025
+ " 4.4.0" ,
4026
+ " 4.4.1"
4020
4027
],
4021
4028
"BaselineVersion" : " 4.4.0" ,
4022
4029
"InboxOn" : {},
4026
4033
},
4027
4034
"System.Security.Permissions" : {
4028
4035
"StableVersions" : [
4029
- " 4.4.0"
4036
+ " 4.4.0" ,
4037
+ " 4.4.1"
4030
4038
],
4031
4039
"BaselineVersion" : " 4.4.0" ,
4032
4040
"InboxOn" : {},
4077
4085
"StableVersions" : [
4078
4086
" 4.0.0" ,
4079
4087
" 4.3.0" ,
4080
- " 4.4.0"
4088
+ " 4.4.0" ,
4089
+ " 4.4.1"
4081
4090
],
4082
4091
"BaselineVersion" : " 4.4.0" ,
4083
4092
"InboxOn" : {},
4284
4293
"StableVersions" : [
4285
4294
" 4.1.0" ,
4286
4295
" 4.3.0" ,
4287
- " 4.4.0"
4296
+ " 4.4.0" ,
4297
+ " 4.4.1"
4288
4298
],
4289
4299
"BaselineVersion" : " 4.4.0" ,
4290
4300
"InboxOn" : {},
Original file line number Diff line number Diff line change 20
20
<Project Include =" $(MSBuildThisFileDirectory)..\pkg\Microsoft.Private.PackageBaseline\Microsoft.Private.PackageBaseline.builds" >
21
21
<AdditionalProperties >$(AdditionalProperties)</AdditionalProperties >
22
22
</Project >
23
- <!-- add specific builds / pkgproj's here to include in servicing builds -->
24
23
<Project Include =" $(MSBuildThisFileDirectory)..\pkg\Microsoft.Private.CoreFx.NETCoreApp\Microsoft.Private.CoreFx.NETCoreApp.builds" >
25
24
<AdditionalProperties >$(AdditionalProperties)</AdditionalProperties >
26
25
</Project >
26
+ <!-- add specific builds / pkgproj's here to include in servicing builds -->
27
27
<Project Include =" Microsoft.CSharp\pkg\*.pkgproj" >
28
28
<AdditionalProperties >$(AdditionalProperties)</AdditionalProperties >
29
29
</Project >
54
54
<Project Include =" System.ServiceProcess.ServiceController\pkg\*.pkgproj" >
55
55
<AdditionalProperties >$(AdditionalProperties)</AdditionalProperties >
56
56
</Project >
57
- <!-- Servicing support package to include the changes required for 4.7.1 -->
58
- <Project Include =" $(MSBuildThisFileDirectory)..\pkg\NETStandard.Library.NETFramework\NETStandard.Library.NETFramework.builds" >
59
- <AdditionalProperties >$(AdditionalProperties)</AdditionalProperties >
60
- </Project >
61
57
</ItemGroup >
62
58
63
59
<UsingTask TaskName =" GenerateNetStandardSupportTable" AssemblyFile =" $(PackagingTaskDir)Microsoft.DotNet.Build.Tasks.Packaging.dll" />
You can’t perform that action at this time.
0 commit comments