Advertisement
Guest User

Untitled

a guest
Jun 16th, 2019
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. /* App.config */
  2.  
  3. <?xml version="1.0" encoding="utf-8" ?>
  4. <configuration>
  5. <startup>
  6. <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7.2" />
  7. </startup>
  8. <dependentAssembly>
  9. <assemblyIdentity name="Pkcs11Interop" publicKeyToken="121fae78165ba3d4"/>
  10. <bindingRedirect oldVersion="3.3.0" newVersion="4.1.1"/>
  11. </dependentAssembly>
  12. </configuration>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement