diff options
author | k0st1x | 2015-12-26 01:11:34 +0300 |
---|---|---|
committer | k0st1x | 2015-12-26 01:11:34 +0300 |
commit | 7d98c0b7de38999cfc0b81540d0ce425c7a0e15e (patch) | |
tree | bcf100fcf152d4675c64b9ebb399cd90366fbab2 /Juick/Package.appxmanifest | |
parent | 73443e2fd916747e9d6c0bc5b0365e50813207e0 (diff) |
migrate to WNS
Diffstat (limited to 'Juick/Package.appxmanifest')
-rw-r--r-- | Juick/Package.appxmanifest | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Juick/Package.appxmanifest b/Juick/Package.appxmanifest index dac5dc8..4d683bb 100644 --- a/Juick/Package.appxmanifest +++ b/Juick/Package.appxmanifest @@ -39,4 +39,7 @@ </InProcessServer> </Extension> </Extensions> + <Capabilities> + <Capability Name="internetClientServer" /> + </Capabilities> </Package>
\ No newline at end of file |