Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit 6851cc7

Browse files
authored
Update test server corefx-net.cloudapp.net source files (#32852) (#32853)
Update the source files used for the test server corefx-net.cloudapp.net. Update to the latest packages. Note: The actual deployment of updated binaries to the production test server is handled separately.
1 parent 933b031 commit 6851cc7

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

src/Common/tests/System/Net/Prerequisites/Servers/CoreFxNetCloudService/WebServer/WebServer.csproj

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -33,16 +33,16 @@
3333
<Private>True</Private>
3434
</Reference>
3535
<Reference Include="Microsoft.CSharp" />
36-
<Reference Include="Microsoft.Data.Edm, Version=5.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
37-
<HintPath>..\packages\Microsoft.Data.Edm.5.6.2\lib\net40\Microsoft.Data.Edm.dll</HintPath>
36+
<Reference Include="Microsoft.Data.Edm, Version=5.8.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
37+
<HintPath>..\packages\Microsoft.Data.Edm.5.8.4\lib\net40\Microsoft.Data.Edm.dll</HintPath>
3838
<Private>True</Private>
3939
</Reference>
40-
<Reference Include="Microsoft.Data.OData, Version=5.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
41-
<HintPath>..\packages\Microsoft.Data.OData.5.6.2\lib\net40\Microsoft.Data.OData.dll</HintPath>
40+
<Reference Include="Microsoft.Data.OData, Version=5.8.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
41+
<HintPath>..\packages\Microsoft.Data.OData.5.8.4\lib\net40\Microsoft.Data.OData.dll</HintPath>
4242
<Private>True</Private>
4343
</Reference>
44-
<Reference Include="Microsoft.Data.Services.Client, Version=5.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
45-
<HintPath>..\packages\Microsoft.Data.Services.Client.5.6.2\lib\net40\Microsoft.Data.Services.Client.dll</HintPath>
44+
<Reference Include="Microsoft.Data.Services.Client, Version=5.8.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
45+
<HintPath>..\packages\Microsoft.Data.Services.Client.5.8.4\lib\net40\Microsoft.Data.Services.Client.dll</HintPath>
4646
<Private>True</Private>
4747
</Reference>
4848
<Reference Include="Microsoft.WindowsAzure.Configuration, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
@@ -71,8 +71,8 @@
7171
<Reference Include="System.Drawing" />
7272
<Reference Include="System.EnterpriseServices" />
7373
<Reference Include="System.Net.Http" />
74-
<Reference Include="System.Spatial, Version=5.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
75-
<HintPath>..\packages\System.Spatial.5.6.2\lib\net40\System.Spatial.dll</HintPath>
74+
<Reference Include="System.Spatial, Version=5.8.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
75+
<HintPath>..\packages\System.Spatial.5.8.4\lib\net40\System.Spatial.dll</HintPath>
7676
<Private>True</Private>
7777
</Reference>
7878
<Reference Include="System.Web" />
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
33
<package id="Microsoft.CodeDom.Providers.DotNetCompilerPlatform" version="1.0.0" targetFramework="net452" />
4-
<package id="Microsoft.Data.Edm" version="5.6.2" targetFramework="net452" />
5-
<package id="Microsoft.Data.OData" version="5.6.2" targetFramework="net452" />
6-
<package id="Microsoft.Data.Services.Client" version="5.6.2" targetFramework="net452" />
4+
<package id="Microsoft.Data.Edm" version="5.8.4" targetFramework="net452" />
5+
<package id="Microsoft.Data.OData" version="5.8.4" targetFramework="net452" />
6+
<package id="Microsoft.Data.Services.Client" version="5.8.4" targetFramework="net452" />
77
<package id="Microsoft.Net.Compilers" version="1.0.0" targetFramework="net452" developmentDependency="true" />
88
<package id="Microsoft.WindowsAzure.ConfigurationManager" version="2.0.3" targetFramework="net452" />
99
<package id="Newtonsoft.Json" version="5.0.8" targetFramework="net452" />
10-
<package id="System.Spatial" version="5.6.2" targetFramework="net452" />
10+
<package id="System.Spatial" version="5.8.4" targetFramework="net452" />
1111
<package id="WindowsAzure.Storage" version="4.3.0" targetFramework="net452" />
12-
</packages>
12+
</packages>

0 commit comments

Comments
 (0)