mirror of
https://github.com/hykilpikonna/AquaDX.git
synced 2026-05-18 10:53:55 -05:00
[+] Add Tomlyn dependency
This commit is contained in:
parent
4c1f8e4005
commit
dcdf951ebc
10
AquaMai/App.config
Normal file
10
AquaMai/App.config
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
<?xml version="1.0" encoding="utf-8"?><configuration>
|
||||
<runtime>
|
||||
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="mscorlib" publicKeyToken="b77a5c561934e089" culture="neutral" />
|
||||
<bindingRedirect oldVersion="0.0.0.0-4.0.0.0" newVersion="4.0.0.0" />
|
||||
</dependentAssembly>
|
||||
</assemblyBinding>
|
||||
</runtime>
|
||||
</configuration>
|
||||
Loading…
Reference in New Issue
Block a user