Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSantiago Fernandez Madero <safern@microsoft.com>2018-01-31 01:27:57 +0300
committerGitHub <noreply@github.com>2018-01-31 01:27:57 +0300
commit5494ff2ea60503fe739443c3c8d52df6eebe2bf5 (patch)
tree3aa5e78d281d4b91c38e548f293df95d3d5d200a /pkg/Microsoft.Windows.Compatibility/Microsoft.Windows.Compatibility.pkgproj
parent6aa7ebdcb444c05449c9e14c66eb38f13826bfc7 (diff)
Update servicemodel dependencies to latest stable version (#26281)
Diffstat (limited to 'pkg/Microsoft.Windows.Compatibility/Microsoft.Windows.Compatibility.pkgproj')
-rw-r--r--pkg/Microsoft.Windows.Compatibility/Microsoft.Windows.Compatibility.pkgproj21
1 files changed, 15 insertions, 6 deletions
diff --git a/pkg/Microsoft.Windows.Compatibility/Microsoft.Windows.Compatibility.pkgproj b/pkg/Microsoft.Windows.Compatibility/Microsoft.Windows.Compatibility.pkgproj
index 1f4239875e..7a374f06d2 100644
--- a/pkg/Microsoft.Windows.Compatibility/Microsoft.Windows.Compatibility.pkgproj
+++ b/pkg/Microsoft.Windows.Compatibility/Microsoft.Windows.Compatibility.pkgproj
@@ -4,6 +4,7 @@
<PropertyGroup>
<PackageVersion>2.0.0</PackageVersion>
+ <ServiceModelVersion>4.4.1</ServiceModelVersion>
</PropertyGroup>
<ItemDefinitionGroup>
@@ -50,18 +51,26 @@
<PrereleaseLibraryPackage Include="System.Text.Encoding.CodePages" />
<PrereleaseLibraryPackage Include="System.Threading.AccessControl" />
- <!-- External pre-release packages -->
+ <!-- Service model packages -->
<LibraryPackage Include="System.ServiceModel.Primitives">
- <Version>4.4.1-servicing-25917-01</Version>
+ <Version>$(ServiceModelVersion)</Version>
+ </LibraryPackage>
+ <LibraryPackage Include="System.ServiceModel.Duplex">
+ <Version>$(ServiceModelVersion)</Version>
+ </LibraryPackage>
+ <LibraryPackage Include="System.ServiceModel.Http">
+ <Version>$(ServiceModelVersion)</Version>
+ </LibraryPackage>
+ <LibraryPackage Include="System.ServiceModel.NetTcp">
+ <Version>$(ServiceModelVersion)</Version>
+ </LibraryPackage>
+ <LibraryPackage Include="System.ServiceModel.Security">
+ <Version>$(ServiceModelVersion)</Version>
</LibraryPackage>
<!-- Stable packages shipped already for netcoreapp2.0 -->
<LibraryPackage Include="System.Data.SqlClient" />
<LibraryPackage Include="System.Security.Cryptography.Cng" />
- <LibraryPackage Include="System.ServiceModel.Duplex" />
- <LibraryPackage Include="System.ServiceModel.Http" />
- <LibraryPackage Include="System.ServiceModel.NetTcp" />
- <LibraryPackage Include="System.ServiceModel.Security" />
</ItemGroup>
<ItemGroup>