app.manifest Upgrade version number
This commit is contained in:
parent
29c9ef28df
commit
d64d600722
@ -7,7 +7,7 @@
|
||||
xmlns:asmv3="urn:schemas-microsoft-com:asm.v3"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||
|
||||
<assemblyIdentity version="53.0.0.0" name="CefSharp.MinimalExample.Offscreen.app" />
|
||||
<assemblyIdentity version="65.0.0.0" name="CefSharp.MinimalExample.Offscreen.app" />
|
||||
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v2">
|
||||
<security>
|
||||
<requestedPrivileges xmlns="urn:schemas-microsoft-com:asm.v3">
|
||||
|
@ -8,7 +8,7 @@
|
||||
xmlns:asmv3="urn:schemas-microsoft-com:asm.v3"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||
|
||||
<assemblyIdentity version="53.0.0.0" name="CefSharp.MinimalExample.WinForms.app" />
|
||||
<assemblyIdentity version="65.0.0.0" name="CefSharp.MinimalExample.WinForms.app" />
|
||||
|
||||
<dependency>
|
||||
<dependentAssembly>
|
||||
|
@ -7,7 +7,7 @@
|
||||
xmlns:asmv3="urn:schemas-microsoft-com:asm.v3"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||
|
||||
<assemblyIdentity version="53.0.0.0" name="CefSharp.MinimalExample.Wpf.app" />
|
||||
<assemblyIdentity version="65.0.0.0" name="CefSharp.MinimalExample.Wpf.app" />
|
||||
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v2">
|
||||
<security>
|
||||
<requestedPrivileges xmlns="urn:schemas-microsoft-com:asm.v3">
|
||||
|
Loading…
Reference in New Issue
Block a user