Skip to content

Commit

Permalink
Modified project for O365,
Browse files Browse the repository at this point in the history
Added required permission Tennant:Read
  • Loading branch information
Denis Oliana committed Oct 20, 2016
1 parent d09083c commit 293a42e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!--Created:cbbc9d22-5cf7-4e4c-8ee9-42a772aae58a-->
<App xmlns="http://schemas.microsoft.com/sharepoint/2012/app/manifest" ProductID="{7346b5c9-cd8c-41f5-9145-41a916bee834}" Version="1.0.0.0" SharePointMinVersion="15.0.0.0" Name="CoreManageUserCustomAction">
<App xmlns="http://schemas.microsoft.com/sharepoint/2012/app/manifest" ProductID="{7346b5c9-cd8c-41f5-9145-41a916bee834}" Version="1.0.0.0" SharePointMinVersion="16.0.0.0" Name="CoreManageUserCustomAction">
<Properties>
<Title>Core.ManageUserCustomAction</Title>
<StartPage>~appWebUrl/Pages/Default.aspx?{StandardTokens}</StartPage>
Expand All @@ -9,5 +9,6 @@
</AppPrincipal>
<AppPermissionRequests>
<AppPermissionRequest Scope="http://sharepoint/content/sitecollection/web" Right="FullControl" />
<AppPermissionRequest Scope="http://sharepoint/content/tenant" Right="Read" />
</AppPermissionRequests>
</App>
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<RootNamespace>CoreManageUserCustomAction</RootNamespace>
<AssemblyName>CoreManageUserCustomAction</AssemblyName>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<TargetOfficeVersion>15.0</TargetOfficeVersion>
<TargetOfficeVersion>16.1</TargetOfficeVersion>
<FileAlignment>512</FileAlignment>
<ProjectTypeGuids>{C1CDDADD-2546-481F-9697-4EA41081F2FC};{14822709-B5A1-4724-98CA-57A101D1B079};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<IncludeAssemblyInPackage>False</IncludeAssemblyInPackage>
Expand All @@ -19,7 +19,9 @@
<WspPartId>{3caa3000-f198-451f-b794-026e19f5ea36}</WspPartId>
<CspkgPartId>{f0917f01-d2ae-401a-9a26-8bd386a021ce}</CspkgPartId>
<SqlPackagePartId>{5494dcb1-ae66-4036-b41b-7d1329806221}</SqlPackagePartId>
<ActiveDeploymentConfiguration>Deploy App for SharePoint</ActiveDeploymentConfiguration>
<ActiveDeploymentConfiguration>Deploy SharePoint Add-in</ActiveDeploymentConfiguration>
<MinimumOfficeToolsVersion>12.2</MinimumOfficeToolsVersion>
<MinimumVisualStudioVersion>12.0</MinimumVisualStudioVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
Expand Down

0 comments on commit 293a42e

Please sign in to comment.