Skip to content

Commit

Permalink
Change the deploymentServerType of the wsp solution to ApplicationSer…
Browse files Browse the repository at this point in the history
…ver (#185)

* change deploymentServerType to ApplicationServer

* Update CHANGELOG.md
  • Loading branch information
Yvand authored Jul 17, 2023
1 parent d04cd63 commit a413502
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion AzureCP/Package/Package.package
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<package xmlns:dm0="http://schemas.microsoft.com/VisualStudio/2008/DslTools/Core" dslVersion="1.0.0.0" Id="1db45b9b-2fff-4f07-992b-344dde907316" solutionId="1db45b9b-2fff-4f07-992b-344dde907316" resetWebServer="false" title="Azure AD Claims Provider" sharePointProductVersion="16.0" name="AzureCP" xmlns="http://schemas.microsoft.com/VisualStudio/2008/SharePointTools/PackageModel">
<package xmlns:dm0="http://schemas.microsoft.com/VisualStudio/2008/DslTools/Core" dslVersion="1.0.0.0" Id="1db45b9b-2fff-4f07-992b-344dde907316" solutionId="1db45b9b-2fff-4f07-992b-344dde907316" resetWebServer="true" deploymentServerType="ApplicationServer" title="Azure AD Claims Provider" sharePointProductVersion="16.0" name="AzureCP" xmlns="http://schemas.microsoft.com/VisualStudio/2008/SharePointTools/PackageModel">
<assemblies>
<customAssembly location="Microsoft.Graph.Core.dll" deploymentTarget="GlobalAssemblyCache" sourcePath="bin\Microsoft.Graph.Core.dll" />
<customAssembly location="Microsoft.Graph.dll" deploymentTarget="GlobalAssemblyCache" sourcePath="bin\Microsoft.Graph.dll" />
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
* Update .NET Framework dependency to .NET 4.8 (https://github.com/Yvand/AzureCP/pull/184)
* Update reference on Microsoft.SharePoint.dll to use the one published with SharePoint Subscription RTM (https://github.com/Yvand/AzureCP/pull/184)
* Update minimum SharePoint Product Version from 15.0 to 16.0 (https://github.com/Yvand/AzureCP/pull/184)
* Change the deployment server type of the wsp solution to "ApplicationServer" (https://github.com/Yvand/AzureCP/pull/185)

## AzureCP v21.0.20230703.25 enhancements & bug-fixes - Published in July 3, 2023

Expand Down

0 comments on commit a413502

Please sign in to comment.