We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 627c755 + f098f61 commit f4f23ccCopy full SHA for f4f23cc
powerapps-docs/developer/common-data-service/create-package-app-appsource.md
@@ -44,7 +44,7 @@ A package lets you bundle and deploy multiple files related to your app at once.
44
45
```xml
46
<?xml version="1.0" encoding="utf-8"?>
47
- <Types xmlns="https://schemas.openxmlformats.org/package/2006/content-types">
+ <Types xmlns="http://schemas.openxmlformats.org/package/2006/content-types">
48
<Default Extension="xml" ContentType="application/octet-stream" />
49
<Default Extension="xaml" ContentType="application/octet-stream" />
50
<Default Extension="dll" ContentType="application/octet-stream" />
0 commit comments