diff options
author | Sergey Chebotar <s.chebotar@gmail.com> | 2023-04-07 07:19:31 +0300 |
---|---|---|
committer | Sergey Chebotar <s.chebotar@gmail.com> | 2023-04-07 07:19:31 +0300 |
commit | f7eec55b4a6562f70135b6cc1e1b4e9c1a5ab632 (patch) | |
tree | a5eb9c021168388f3065527198ae42162f9e55c4 | |
parent | b1a9959c1adaa5656a5a4fc0059117c983cb0edd (diff) |
DNA Pack fix
-rw-r--r-- | RhSolutions.AddIn/RhSolutions-AddIn.dna | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/RhSolutions.AddIn/RhSolutions-AddIn.dna b/RhSolutions.AddIn/RhSolutions-AddIn.dna index 6b88a0f..90af841 100644 --- a/RhSolutions.AddIn/RhSolutions-AddIn.dna +++ b/RhSolutions.AddIn/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="Microsoft.Bcl.AsyncInterfaces.dll" Pack="true" /> + <Reference Path="Microsoft.Bcl.HashCode.dll" Pack="true" /> <Reference Path="Microsoft.Extensions.DependencyInjection.Abstractions.dll" Pack="true" /> <Reference Path="Microsoft.Extensions.DependencyInjection.dll" Pack="true" /> <Reference Path="Microsoft.Extensions.Http.dll" Pack="true" /> @@ -10,4 +12,11 @@ <Reference Path="Microsoft.Extensions.Primitives.dll" Pack="true" /> <Reference Path="Newtonsoft.Json.dll" Pack="true" /> <Reference Path="RhSolutions.Sku.dll" Pack="true" /> + <Reference Path="System.Buffers.dll" Pack="true" /> + <Reference Path="System.Diagnostics.DiagnosticSource.dll" Pack="true" /> + <Reference Path="System.Memory.dll" Pack="true" /> + <Reference Path="System.Numerics.Vectors.dll" Pack="true" /> + <Reference Path="System.Runtime.CompilerServices.Unsafe.dll" Pack="true" /> + <Reference Path="System.Threading.Tasks.Extensions.dll" Pack="true" /> + <Reference Path="System.ValueTuple.dll" Pack="true" /> </DnaLibrary> |