diff options
Diffstat (limited to 'src/RhSolutions-AddIn.dna')
-rw-r--r-- | src/RhSolutions-AddIn.dna | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/RhSolutions-AddIn.dna b/src/RhSolutions-AddIn.dna index a75d6e1..5322868 100644 --- a/src/RhSolutions-AddIn.dna +++ b/src/RhSolutions-AddIn.dna @@ -3,8 +3,10 @@ <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" /> + <Reference Path="RhSolutions.Sku.dll" Pack="true" /> - <!-- + + <!-- The RuntimeVersion attribute above allows only the following setting: * RuntimeVersion="v4.0" - for .NET 4.5 or higher |