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

Commit

Permalink
Merge in 'release/2.2' changes
Browse files Browse the repository at this point in the history
  • Loading branch information
dotnet-bot committed Apr 17, 2019
2 parents 4233b72 + e2f63cd commit 9b5053f
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

<PropertyGroup>
<HarvestStablePackage>false</HarvestStablePackage>
<PackageVersion>2.1.0</PackageVersion>
<ServiceModelVersion>4.4.1</ServiceModelVersion>
<PackageVersion>2.1.1</PackageVersion>
<ServiceModelVersion>4.5.3</ServiceModelVersion>
</PropertyGroup>

<ItemDefinitionGroup>
Expand Down
17 changes: 11 additions & 6 deletions pkg/Microsoft.Windows.Compatibility/externalIndex.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,36 +4,41 @@
"StableVersions": [
"4.4.0",
"4.3.0",
"4.4.1"
"4.4.1",
"4.5.3"
]
},
"System.ServiceModel.Duplex": {
"StableVersions": [
"4.4.0",
"4.3.0",
"4.4.1"
"4.4.1",
"4.5.3"
]
},
"System.ServiceModel.Http": {
"StableVersions": [
"4.4.0",
"4.3.0",
"4.4.1"
"4.4.1",
"4.5.3"
]
},
"System.ServiceModel.NetTcp": {
"StableVersions": [
"4.4.0",
"4.3.0",
"4.4.1"
"4.4.1",
"4.5.3"
]
},
"System.ServiceModel.Security": {
"StableVersions": [
"4.4.0",
"4.3.0",
"4.4.1"
"4.4.1",
"4.5.3"
]
}
}
}
}
3 changes: 3 additions & 0 deletions src/packages.builds
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@
<Project Include="$(MSBuildThisFileDirectory)System.Data.SqlClient\pkg\System.Data.SqlClient.pkgproj">
<AdditionalProperties>$(AdditionalProperties)</AdditionalProperties>
</Project>
<Project Include="$(MSBuildThisFileDirectory)..\pkg\Microsoft.Windows.Compatibility\Microsoft.Windows.Compatibility.builds">
<AdditionalProperties>$(AdditionalProperties)</AdditionalProperties>
</Project>
</ItemGroup>

<!-- Need the PackageIndexFile file property from baseline.props -->
Expand Down

0 comments on commit 9b5053f

Please sign in to comment.