diff options
-rw-r--r-- | RhSolutions.AddIn/RhSolutions-AddIn.dna | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/RhSolutions.AddIn/RhSolutions-AddIn.dna b/RhSolutions.AddIn/RhSolutions-AddIn.dna index 1c5ee48..44b2e29 100644 --- a/RhSolutions.AddIn/RhSolutions-AddIn.dna +++ b/RhSolutions.AddIn/RhSolutions-AddIn.dna @@ -6,8 +6,16 @@ <Reference Path="Microsoft.Bcl.HashCode.dll" Pack="true" /> <Reference Path="Microsoft.Extensions.Caching.Abstractions.dll" Pack="true" /> <Reference Path="Microsoft.Extensions.Caching.Memory.dll" Pack="true" /> + <Reference Path="Microsoft.Extensions.Configuration.Abstractions.dll" Pack="true" /> + <Reference Path="Microsoft.Extensions.Configuration.dll" Pack="true" /> + <Reference Path="Microsoft.Extensions.Configuration.FileExtensions.dll" Pack="true" /> + <Reference Path="Microsoft.Extensions.Configuration.Json.dll" Pack="true" /> + <Reference Path="Microsoft.Extensions.Configuration.UserSecrets.dll" Pack="true" /> <Reference Path="Microsoft.Extensions.DependencyInjection.Abstractions.dll" Pack="true" /> <Reference Path="Microsoft.Extensions.DependencyInjection.dll" Pack="true" /> + <Reference Path="Microsoft.Extensions.FileProviders.Abstractions.dll" Pack="true" /> + <Reference Path="Microsoft.Extensions.FileProviders.Physical.dll" Pack="true" /> + <Reference Path="Microsoft.Extensions.FileSystemGlobbing.dll" Pack="true" /> <Reference Path="Microsoft.Extensions.Http.dll" Pack="true" /> <Reference Path="Microsoft.Extensions.Logging.Abstractions.dll" Pack="true" /> <Reference Path="Microsoft.Extensions.Logging.dll" Pack="true" /> @@ -21,6 +29,8 @@ <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.Text.Encodings.Web.dll" Pack="true" /> + <Reference Path="System.Text.Json.dll" Pack="true" /> <Reference Path="System.Threading.Tasks.Extensions.dll" Pack="true" /> <Reference Path="System.ValueTuple.dll" Pack="true" /> <Reference Path="SnippingTool.dll" Pack="true" /> |