Skip to content

Commit

Permalink
Replace Microsoft.Dynamics.Platform.Integration.Office with Microsoft… (
Browse files Browse the repository at this point in the history
microsoft#844)

….Dynamics.Platform.BC.Integration.Office in dotnet.al.

<!-- Thank you for submitting a Pull Request. If you're new to
contributing to BCApps please read our pull request guideline below
* https://github.com/microsoft/BCApps/Contributing.md
-->
#### Summary Replace legacy Office integration component with platform
supplied version

#### Work Item(s)
Fixes AB#843
  • Loading branch information
nhsejth authored Mar 27, 2024
1 parent f506d67 commit 2f1ec4f
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/System Application/App/DotNet Aliases/src/dotnet.al
Original file line number Diff line number Diff line change
Expand Up @@ -947,12 +947,8 @@ dotnet
}
}

assembly("Microsoft.Dynamics.Platform.Integration.Office")
assembly("Microsoft.Dynamics.Platform.BC.Integration.Office")
{
Version = '7.0.0.0';
Culture = 'neutral';
PublicKeyToken = '31bf3856ad364e35';

type("Microsoft.Dynamics.Platform.Integration.Office.AuthenticationOverrides"; "AuthenticationOverrides")
{
}
Expand Down

0 comments on commit 2f1ec4f

Please sign in to comment.