diff options
author | Sergey Chebotar <s.chebotar@gmail.com> | 2022-12-20 12:58:30 +0300 |
---|---|---|
committer | Sergey Chebotar <s.chebotar@gmail.com> | 2022-12-20 12:58:30 +0300 |
commit | a9ffc5510dfa295c449f0b10e6de7352b16c5ee2 (patch) | |
tree | d5322353a7a2ef92f9bb66e9ff53dff0e4bf755c /src/RhSolutions-AddIn.dna | |
parent | 64d0abd00603cb9de22896a57db1b48421da1b38 (diff) |
Move Serurity protocol changer
Diffstat (limited to 'src/RhSolutions-AddIn.dna')
-rw-r--r-- | src/RhSolutions-AddIn.dna | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/RhSolutions-AddIn.dna b/src/RhSolutions-AddIn.dna index eecb271..a75d6e1 100644 --- a/src/RhSolutions-AddIn.dna +++ b/src/RhSolutions-AddIn.dna @@ -1,6 +1,8 @@ <?xml version="1.0" encoding="utf-8"?> <DnaLibrary Name="RhSolutions Add-In" RuntimeVersion="v4.0" xmlns="http://schemas.excel-dna.net/addin/2020/07/dnalibrary"> <ExternalLibrary Path="RhSolutions.AddIn.dll" ExplicitExports="false" LoadFromBytes="true" Pack="true" IncludePdb="false" /> + <Reference Path="ExcelDna.IntelliSense.dll" Pack="true" /> + <Reference Path="Newtonsoft.Json.dll" Pack="true" /> <!-- The RuntimeVersion attribute above allows only the following setting: |