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

Commit f1ce067

Browse files
Merge pull request #855 from SharePoint/dev
May 2017 Release
2 parents 22ad20e + b4ac64a commit f1ce067

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed

Commands/SharePointPnP.PowerShell.Commands.csproj

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -296,6 +296,15 @@
296296
</Otherwise>
297297
</Choose>
298298
<ItemGroup>
299+
<Reference Include="Microsoft.Data.Edm, Version=5.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
300+
<HintPath>..\packages\Microsoft.Data.Edm.5.6.2\lib\net40\Microsoft.Data.Edm.dll</HintPath>
301+
</Reference>
302+
<Reference Include="Microsoft.Data.OData, Version=5.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
303+
<HintPath>..\packages\Microsoft.Data.OData.5.6.2\lib\net40\Microsoft.Data.OData.dll</HintPath>
304+
</Reference>
305+
<Reference Include="Microsoft.Data.Services.Client, Version=5.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
306+
<HintPath>..\packages\Microsoft.Data.Services.Client.5.6.2\lib\net40\Microsoft.Data.Services.Client.dll</HintPath>
307+
</Reference>
299308
<Reference Include="Microsoft.Extensions.DependencyInjection.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
300309
<HintPath>..\packages\Microsoft.Extensions.DependencyInjection.Abstractions.1.0.0\lib\netstandard1.0\Microsoft.Extensions.DependencyInjection.Abstractions.dll</HintPath>
301310
<Private>True</Private>
@@ -340,6 +349,12 @@
340349
<HintPath>..\packages\Microsoft.IdentityModel.Clients.ActiveDirectory.2.18.206251556\lib\net45\Microsoft.IdentityModel.Clients.ActiveDirectory.WindowsForms.dll</HintPath>
341350
<Private>True</Private>
342351
</Reference>
352+
<Reference Include="Microsoft.WindowsAzure.Configuration, Version=1.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
353+
<HintPath>..\packages\Microsoft.WindowsAzure.ConfigurationManager.1.8.0.0\lib\net35-full\Microsoft.WindowsAzure.Configuration.dll</HintPath>
354+
</Reference>
355+
<Reference Include="Microsoft.WindowsAzure.Storage, Version=4.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
356+
<HintPath>..\packages\WindowsAzure.Storage.4.3.0\lib\net40\Microsoft.WindowsAzure.Storage.dll</HintPath>
357+
</Reference>
343358
<Reference Include="Newtonsoft.Json, Version=9.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
344359
<HintPath>..\packages\Newtonsoft.Json.9.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
345360
<Private>True</Private>
@@ -369,6 +384,9 @@
369384
<Reference Include="System.Runtime.Serialization" />
370385
<Reference Include="System.Security" />
371386
<Reference Include="System.ServiceModel" />
387+
<Reference Include="System.Spatial, Version=5.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
388+
<HintPath>..\packages\System.Spatial.5.6.2\lib\net40\System.Spatial.dll</HintPath>
389+
</Reference>
372390
<Reference Include="System.Text.Encodings.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
373391
<HintPath>..\packages\System.Text.Encodings.Web.4.0.0\lib\netstandard1.0\System.Text.Encodings.Web.dll</HintPath>
374392
<Private>True</Private>

Commands/packages.config

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
<package id="AppForSharePointWebToolkit" version="3.1.1" targetFramework="net45" />
44
<package id="Microsoft.AspNet.WebApi.Client" version="5.2.3" targetFramework="net45" />
55
<package id="Microsoft.AspNet.WebApi.Core" version="5.2.3" targetFramework="net45" />
6+
<package id="Microsoft.Data.Edm" version="5.6.2" targetFramework="net45" />
7+
<package id="Microsoft.Data.OData" version="5.6.2" targetFramework="net45" />
8+
<package id="Microsoft.Data.Services.Client" version="5.6.2" targetFramework="net45" />
69
<package id="Microsoft.Extensions.DependencyInjection.Abstractions" version="1.0.0" targetFramework="net45" />
710
<package id="Microsoft.Extensions.Options" version="1.0.0" targetFramework="net45" />
811
<package id="Microsoft.Extensions.Primitives" version="1.0.0" targetFramework="net45" />
@@ -12,6 +15,7 @@
1215
<package id="Microsoft.Identity.Client" version="1.0.304142221-alpha" targetFramework="net45" />
1316
<package id="Microsoft.IdentityModel" version="6.1.7600.16394" targetFramework="net45" />
1417
<package id="Microsoft.IdentityModel.Clients.ActiveDirectory" version="2.18.206251556" targetFramework="net45" />
18+
<package id="Microsoft.WindowsAzure.ConfigurationManager" version="1.8.0.0" targetFramework="net45" />
1519
<package id="Newtonsoft.Json" version="9.0.1" targetFramework="net45" />
1620
<package id="SharePointPnP.IdentityModel.Extensions" version="1.2.2" targetFramework="net45" />
1721
<package id="System.ComponentModel" version="4.0.1" targetFramework="net45" />
@@ -24,6 +28,8 @@
2428
<package id="System.Resources.ResourceManager" version="4.0.1" targetFramework="net45" />
2529
<package id="System.Runtime" version="4.1.0" targetFramework="net45" />
2630
<package id="System.Runtime.Extensions" version="4.1.0" targetFramework="net45" />
31+
<package id="System.Spatial" version="5.6.2" targetFramework="net45" />
2732
<package id="System.Text.Encodings.Web" version="4.0.0" targetFramework="net45" />
2833
<package id="System.Threading" version="4.0.11" targetFramework="net45" />
34+
<package id="WindowsAzure.Storage" version="4.3.0" targetFramework="net45" />
2935
</packages>

0 commit comments

Comments
 (0)