This repository was archived by the owner on Jan 23, 2023. It is now read-only.
File tree 3 files changed +16
-8
lines changed
pkg/Microsoft.Windows.Compatibility
3 files changed +16
-8
lines changed Original file line number Diff line number Diff line change 4
4
5
5
<PropertyGroup >
6
6
<HarvestStablePackage >false</HarvestStablePackage >
7
- <PackageVersion >2.1.0 </PackageVersion >
8
- <ServiceModelVersion >4.4.1 </ServiceModelVersion >
7
+ <PackageVersion >2.1.1 </PackageVersion >
8
+ <ServiceModelVersion >4.5.3 </ServiceModelVersion >
9
9
</PropertyGroup >
10
10
11
11
<ItemDefinitionGroup >
Original file line number Diff line number Diff line change 4
4
"StableVersions" : [
5
5
" 4.4.0" ,
6
6
" 4.3.0" ,
7
- " 4.4.1"
7
+ " 4.4.1" ,
8
+ " 4.5.3"
8
9
]
9
10
},
10
11
"System.ServiceModel.Duplex" : {
11
12
"StableVersions" : [
12
13
" 4.4.0" ,
13
14
" 4.3.0" ,
14
- " 4.4.1"
15
+ " 4.4.1" ,
16
+ " 4.5.3"
15
17
]
16
18
},
17
19
"System.ServiceModel.Http" : {
18
20
"StableVersions" : [
19
21
" 4.4.0" ,
20
22
" 4.3.0" ,
21
- " 4.4.1"
23
+ " 4.4.1" ,
24
+ " 4.5.3"
22
25
]
23
26
},
24
27
"System.ServiceModel.NetTcp" : {
25
28
"StableVersions" : [
26
29
" 4.4.0" ,
27
30
" 4.3.0" ,
28
- " 4.4.1"
31
+ " 4.4.1" ,
32
+ " 4.5.3"
29
33
]
30
34
},
31
35
"System.ServiceModel.Security" : {
32
36
"StableVersions" : [
33
37
" 4.4.0" ,
34
38
" 4.3.0" ,
35
- " 4.4.1"
39
+ " 4.4.1" ,
40
+ " 4.5.3"
36
41
]
37
42
}
38
43
}
39
- }
44
+ }
Original file line number Diff line number Diff line change 35
35
<Project Include =" $(MSBuildThisFileDirectory)System.Data.SqlClient\pkg\System.Data.SqlClient.pkgproj" >
36
36
<AdditionalProperties >$(AdditionalProperties)</AdditionalProperties >
37
37
</Project >
38
+ <Project Include =" $(MSBuildThisFileDirectory)..\pkg\Microsoft.Windows.Compatibility\Microsoft.Windows.Compatibility.builds" >
39
+ <AdditionalProperties >$(AdditionalProperties)</AdditionalProperties >
40
+ </Project >
38
41
</ItemGroup >
39
42
40
43
<!-- Need the PackageIndexFile file property from baseline.props -->
You can’t perform that action at this time.
0 commit comments